File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
steps :
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v3
13
13
with :
14
14
fetch-depth : 0
15
15
# create a new branch called pr from the remote PR branch
Original file line number Diff line number Diff line change 19
19
node-version : [10.x, 12.x, 14.x, 16.x]
20
20
21
21
steps :
22
- - uses : actions/checkout@v2
22
+ - uses : actions/checkout@v3
23
23
- name : Use Node.js ${{ matrix.node-version }}
24
24
uses : actions/setup-node@v1
25
25
with :
36
36
node-version : [10.x, 12.x, 14.x, 16.x]
37
37
38
38
steps :
39
- - uses : actions/checkout@v2
39
+ - uses : actions/checkout@v3
40
40
- name : Use Node.js ${{ matrix.node-version }}
41
41
uses : actions/setup-node@v1
42
42
with :
53
53
runs-on : ubuntu-latest
54
54
55
55
steps :
56
- - uses : actions/checkout@v2
56
+ - uses : actions/checkout@v3
57
57
- name : Use Node.js 14.x
58
58
uses : actions/setup-node@v1
59
59
with :
66
66
runs-on : ubuntu-latest
67
67
68
68
steps :
69
- - uses : actions/checkout@v2
69
+ - uses : actions/checkout@v3
70
70
- name : Use Node.js 14.x
71
71
uses : actions/setup-node@v1
72
72
with :
You can’t perform that action at this time.
0 commit comments