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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
18
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 : [16.x, 18.x]
17
17
18
18
steps :
19
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
19
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
20
20
- name : Use Node.js ${{ matrix.node-version }}
21
21
uses : actions/setup-node@v3
22
22
with :
34
34
needs : [build]
35
35
36
36
steps :
37
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
37
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
38
38
- name : Use Node.js ${{ matrix.node-version }}
39
39
uses : actions/setup-node@v3
40
40
with :
You can’t perform that action at this time.
0 commit comments