34
34
run : echo "::set-output name=dir::$(yarn cache dir)"
35
35
36
36
- name : Cache node_modules
37
- uses : actions/cache@v1
37
+ uses : actions/cache@v2
38
38
with :
39
39
path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
40
40
key : ${{ runner.os }}-node-v${{ matrix.node }}-${{ hashFiles('yarn.lock') }}
47
47
run : yarn install --check-files --frozen-lockfile --non-interactive
48
48
49
49
- name : Cache workspace
50
- uses : actions/cache@v1
50
+ uses : actions/cache@v2
51
51
with :
52
52
path : ${{ github.workspace }}
53
53
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
71
71
node-version : ${{ matrix.node }}
72
72
73
73
- name : Restore workspace cache
74
- uses : actions/cache@v1
74
+ uses : actions/cache@v2
75
75
with :
76
76
path : ${{ github.workspace }}
77
77
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
98
98
node-version : ${{ matrix.node }}
99
99
100
100
- name : Restore workspace cache
101
- uses : actions/cache@v1
101
+ uses : actions/cache@v2
102
102
with :
103
103
path : ${{ github.workspace }}
104
104
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -125,7 +125,7 @@ jobs:
125
125
node-version : ${{ matrix.node }}
126
126
127
127
- name : Restore workspace cache
128
- uses : actions/cache@v1
128
+ uses : actions/cache@v2
129
129
with :
130
130
path : ${{ github.workspace }}
131
131
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -159,7 +159,7 @@ jobs:
159
159
node-version : ${{ matrix.node }}
160
160
161
161
- name : Restore workspace cache
162
- uses : actions/cache@v1
162
+ uses : actions/cache@v2
163
163
with :
164
164
path : ${{ github.workspace }}
165
165
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
@@ -192,7 +192,7 @@ jobs:
192
192
node-version : ${{ matrix.node }}
193
193
194
194
- name : Restore workspace cache
195
- uses : actions/cache@v1
195
+ uses : actions/cache@v2
196
196
with :
197
197
path : ${{ github.workspace }}
198
198
key : ${{ matrix.os }}-node-v${{ matrix.node }}-bootstrap-vue-${{ github.sha }}
0 commit comments