File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
matrix :
18
18
node-version : [20.x]
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
- name : Use Node.js ${{ matrix.node-version }}
22
22
uses : actions/setup-node@v3
23
23
with :
31
31
matrix :
32
32
node-version : [20.x]
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Use Node.js ${{ matrix.node-version }}
36
36
uses : actions/setup-node@v3
37
37
with :
52
52
matrix :
53
53
node-version : [20.x]
54
54
steps :
55
- - uses : actions/checkout@v3
55
+ - uses : actions/checkout@v4
56
56
- name : Use Node.js ${{ matrix.node-version }}
57
57
uses : actions/setup-node@v3
58
58
with :
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
node-version : [20.x]
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Use Node.js ${{ matrix.node-version }}
16
16
uses : actions/setup-node@v3
17
17
with :
You can’t perform that action at this time.
0 commit comments