File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
name : Check package version
6
6
runs-on : ubuntu-latest
7
7
steps :
8
- - uses : actions/checkout@v1
8
+ - uses : actions/checkout@v2
9
9
with :
10
10
fetch-depth : 3
11
11
- name : Check package version
Original file line number Diff line number Diff line change 13
13
name : ESLint
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v1
16
+ - uses : actions/checkout@v2
17
17
with :
18
18
fetch-depth : 3
19
19
- name : Get Yarn Cache Directory
46
46
matrix :
47
47
node : ['10', '11', '12']
48
48
steps :
49
- - uses : actions/checkout@v1
49
+ - uses : actions/checkout@v2
50
50
with :
51
51
fetch-depth : 3
52
52
- name : Setup node
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@master
14
+ uses : actions/checkout@v2
15
15
with :
16
16
fetch-depth : 3
17
17
- name : Cache node modules
42
42
needs : test
43
43
steps :
44
44
- name : Checkout
45
- uses : actions/checkout@master
45
+ uses : actions/checkout@v2
46
46
with :
47
47
fetch-depth : 3
48
48
- name : Setup Node.js
You can’t perform that action at this time.
0 commit comments