File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
18
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 16
16
node-version : [18.x, 20.x]
17
17
18
18
steps :
19
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
19
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
21
uses : actions/setup-node@v4
22
22
with :
34
34
needs : [build]
35
35
36
36
steps :
37
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4
37
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
39
uses : actions/setup-node@v4
40
40
with :
You can’t perform that action at this time.
0 commit comments