59
59
nodejs : ' ${{ matrix.nodejs }}'
60
60
61
61
- name : Cache conda
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v3
63
63
with :
64
64
path : ~/conda_pkgs_dir
65
65
key : |
82
82
83
83
- name : Cache node_modules
84
84
id : cache-node-modules
85
- uses : actions/cache@v2
85
+ uses : actions/cache@v3
86
86
with :
87
87
path : ' **/node_modules'
88
88
key : |
91
91
- name : Cache yarn packages
92
92
id : cache-yarn-packages
93
93
if : steps.cache-node-modules.outputs.cache-hit != 'true'
94
- uses : actions/cache@v2
94
+ uses : actions/cache@v3
95
95
with :
96
96
path : .yarn-packages
97
97
key : |
@@ -144,7 +144,7 @@ jobs:
144
144
nodejs : ' ${{ matrix.nodejs }}'
145
145
146
146
- name : Cache conda
147
- uses : actions/cache@v2
147
+ uses : actions/cache@v3
148
148
with :
149
149
path : ~/conda_pkgs_dir
150
150
key : |
@@ -162,7 +162,7 @@ jobs:
162
162
163
163
- name : Cache node_modules
164
164
id : cache-node-modules
165
- uses : actions/cache@v2
165
+ uses : actions/cache@v3
166
166
with :
167
167
path : ' **/node_modules'
168
168
key : |
@@ -171,7 +171,7 @@ jobs:
171
171
- name : Cache yarn packages
172
172
id : cache-yarn-packages
173
173
if : steps.cache-node-modules.outputs.cache-hit != 'true'
174
- uses : actions/cache@v2
174
+ uses : actions/cache@v3
175
175
with :
176
176
path : .yarn-packages
177
177
key : |
@@ -251,7 +251,7 @@ jobs:
251
251
nodejs : ' ${{ matrix.nodejs }}'
252
252
253
253
- name : Cache conda
254
- uses : actions/cache@v2
254
+ uses : actions/cache@v3
255
255
with :
256
256
path : ~/conda_pkgs_dir
257
257
key : |
@@ -272,7 +272,7 @@ jobs:
272
272
273
273
- name : Cache node_modules
274
274
id : cache-node-modules
275
- uses : actions/cache@v2
275
+ uses : actions/cache@v3
276
276
with :
277
277
path : ' **/node_modules'
278
278
key : |
@@ -281,7 +281,7 @@ jobs:
281
281
- name : Cache yarn packages
282
282
id : cache-yarn-packages
283
283
if : steps.cache-node-modules.outputs.cache-hit != 'true'
284
- uses : actions/cache@v2
284
+ uses : actions/cache@v3
285
285
with :
286
286
path : .yarn-packages
287
287
key : |
@@ -290,7 +290,7 @@ jobs:
290
290
${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-
291
291
${{ env.CACHE_EPOCH }}-yarn-
292
292
293
- - uses : actions/cache@v2
293
+ - uses : actions/cache@v3
294
294
with :
295
295
path : ~/.julia/artifacts
296
296
key : |
0 commit comments