File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v1
7
+ - uses : actions/checkout@v2
8
8
9
9
- name : Setup node
10
- uses : actions/setup-node@v1
10
+ uses : actions/setup-node@v2
11
11
with :
12
12
node-version : ${{ matrix.node }}
13
13
@@ -48,10 +48,10 @@ jobs:
48
48
node : [14, 16]
49
49
os : [ubuntu-latest, macos-latest, windows-latest]
50
50
steps :
51
- - uses : actions/checkout@v1
51
+ - uses : actions/checkout@v2
52
52
53
53
- name : Setup node
54
- uses : actions/setup-node@v1
54
+ uses : actions/setup-node@v2
55
55
with :
56
56
node-version : ${{ matrix.node }}
57
57
@@ -98,15 +98,15 @@ jobs:
98
98
run : git fetch --unshallow --tags
99
99
100
100
- name : Setup node
101
- uses : actions/setup-node@v1
101
+ uses : actions/setup-node@v2
102
102
with :
103
103
node-version : 14
104
104
105
105
- name : Get yarn cache
106
106
id : yarn-cache
107
107
run : echo "::set-output name=dir::$(yarn cache dir)"
108
108
109
- - uses : actions/cache@v1
109
+ - uses : actions/cache@v2
110
110
with :
111
111
path : ${{ steps.yarn-cache.outputs.dir }}
112
112
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
You can’t perform that action at this time.
0 commit comments