Skip to content

Commit 15da0a2

Browse files
committed
bump to actions/cache@v3
1 parent a466620 commit 15da0a2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/job.test.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
nodejs: '${{ matrix.nodejs }}'
6060

6161
- name: Cache conda
62-
uses: actions/cache@v2
62+
uses: actions/cache@v3
6363
with:
6464
path: ~/conda_pkgs_dir
6565
key: |
@@ -82,7 +82,7 @@ jobs:
8282

8383
- name: Cache node_modules
8484
id: cache-node-modules
85-
uses: actions/cache@v2
85+
uses: actions/cache@v3
8686
with:
8787
path: '**/node_modules'
8888
key: |
@@ -91,7 +91,7 @@ jobs:
9191
- name: Cache yarn packages
9292
id: cache-yarn-packages
9393
if: steps.cache-node-modules.outputs.cache-hit != 'true'
94-
uses: actions/cache@v2
94+
uses: actions/cache@v3
9595
with:
9696
path: .yarn-packages
9797
key: |
@@ -144,7 +144,7 @@ jobs:
144144
nodejs: '${{ matrix.nodejs }}'
145145

146146
- name: Cache conda
147-
uses: actions/cache@v2
147+
uses: actions/cache@v3
148148
with:
149149
path: ~/conda_pkgs_dir
150150
key: |
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Cache node_modules
164164
id: cache-node-modules
165-
uses: actions/cache@v2
165+
uses: actions/cache@v3
166166
with:
167167
path: '**/node_modules'
168168
key: |
@@ -171,7 +171,7 @@ jobs:
171171
- name: Cache yarn packages
172172
id: cache-yarn-packages
173173
if: steps.cache-node-modules.outputs.cache-hit != 'true'
174-
uses: actions/cache@v2
174+
uses: actions/cache@v3
175175
with:
176176
path: .yarn-packages
177177
key: |
@@ -251,7 +251,7 @@ jobs:
251251
nodejs: '${{ matrix.nodejs }}'
252252

253253
- name: Cache conda
254-
uses: actions/cache@v2
254+
uses: actions/cache@v3
255255
with:
256256
path: ~/conda_pkgs_dir
257257
key: |
@@ -272,7 +272,7 @@ jobs:
272272

273273
- name: Cache node_modules
274274
id: cache-node-modules
275-
uses: actions/cache@v2
275+
uses: actions/cache@v3
276276
with:
277277
path: '**/node_modules'
278278
key: |
@@ -281,7 +281,7 @@ jobs:
281281
- name: Cache yarn packages
282282
id: cache-yarn-packages
283283
if: steps.cache-node-modules.outputs.cache-hit != 'true'
284-
uses: actions/cache@v2
284+
uses: actions/cache@v3
285285
with:
286286
path: .yarn-packages
287287
key: |
@@ -290,7 +290,7 @@ jobs:
290290
${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-
291291
${{ env.CACHE_EPOCH }}-yarn-
292292
293-
- uses: actions/cache@v2
293+
- uses: actions/cache@v3
294294
with:
295295
path: ~/.julia/artifacts
296296
key: |

0 commit comments

Comments
 (0)