File tree 2 files changed +3
-3
lines changed
Filter options
2 files changed +3
-3
lines changed
Original file line number Diff line number Diff line change 18
18
name : release
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
- uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
23
23
with :
24
24
cache : npm
Original file line number Diff line number Diff line change 26
26
- ubuntu-latest
27
27
runs-on : " ${{ matrix.os }}"
28
28
steps :
29
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
29
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : " Use Node.js ${{ matrix.node-version }}"
31
31
uses : actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
32
32
with :
42
42
timeout-minutes : 5
43
43
44
44
steps :
45
- - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
45
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
46
- run : git config --global user.name github-actions
47
47
- run : git config --global user.email github-actions@github.com
48
48
- name : Use Node.js from .nvmrc
You can’t perform that action at this time.
0 commit comments