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 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 :
Original file line number Diff line number Diff line change 15
15
matrix :
16
16
node-version : [20.x]
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Use Node.js ${{ matrix.node-version }}
20
20
uses : actions/setup-node@v3
21
21
with :
29
29
matrix :
30
30
node-version : [20.x]
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- name : Use Node.js ${{ matrix.node-version }}
34
34
uses : actions/setup-node@v3
35
35
with :
50
50
matrix :
51
51
node-version : [20.x]
52
52
steps :
53
- - uses : actions/checkout@v3
53
+ - uses : actions/checkout@v4
54
54
- name : Use Node.js ${{ matrix.node-version }}
55
55
uses : actions/setup-node@v3
56
56
with :
You can’t perform that action at this time.
0 commit comments