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 15
15
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
19
19
with :
20
20
fetch-depth : 0
21
21
Original file line number Diff line number Diff line change 16
16
node-version : [20.x, 22.x, 24.x]
17
17
18
18
steps :
19
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
19
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
37
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
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