File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
22
22
- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
23
23
with :
24
24
cache : npm
Original file line number Diff line number Diff line change 23
23
runs-on : ubuntu-latest
24
24
25
25
steps :
26
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
27
27
- run : git config --global user.name github-actions
28
28
- run : git config --global user.email github-actions@github.com
29
29
- name : Use Node.js ${{ matrix.node-version }}
40
40
runs-on : ubuntu-latest
41
41
needs : test_matrix
42
42
steps :
43
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
44
44
- uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2
45
45
with :
46
46
node-version : " lts/*"
You can’t perform that action at this time.
0 commit comments