File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ defaults:
17
17
18
18
env :
19
19
# Increase this value to reset all caches
20
- CACHE_EPOCH : 0
20
+ CACHE_EPOCH : 1
21
21
22
22
JLPM_CMD : jlpm --ignore-optional --prefer-offline --frozen-lockfile
23
23
47
47
nodejs : ' ${{ matrix.nodejs }}'
48
48
49
49
- name : Cache conda
50
- uses : actions/cache@v1
50
+ uses : actions/cache@v2
51
51
with :
52
52
path : ~/conda_pkgs_dir
53
53
key : |
79
79
- name : Cache yarn packages
80
80
id : cache-yarn-packages
81
81
if : steps.cache-node-modules.outputs.cache-hit != 'true'
82
- uses : actions/cache@v1
82
+ uses : actions/cache@v2
83
83
with :
84
84
path : .yarn-packages
85
85
key : ${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -124,7 +124,7 @@ jobs:
124
124
nodejs : ' ${{ matrix.nodejs }}'
125
125
126
126
- name : Cache conda
127
- uses : actions/cache@v1
127
+ uses : actions/cache@v2
128
128
with :
129
129
path : ~/conda_pkgs_dir
130
130
key : |
@@ -152,7 +152,7 @@ jobs:
152
152
- name : Cache yarn packages
153
153
id : cache-yarn-packages
154
154
if : steps.cache-node-modules.outputs.cache-hit != 'true'
155
- uses : actions/cache@v1
155
+ uses : actions/cache@v2
156
156
with :
157
157
path : .yarn-packages
158
158
key : ${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
@@ -242,7 +242,7 @@ jobs:
242
242
nodejs : ' ${{ matrix.nodejs }}'
243
243
244
244
- name : Cache conda
245
- uses : actions/cache@v1
245
+ uses : actions/cache@v2
246
246
with :
247
247
path : ~/conda_pkgs_dir
248
248
key : |
@@ -271,7 +271,7 @@ jobs:
271
271
- name : Cache yarn packages
272
272
id : cache-yarn-packages
273
273
if : steps.cache-node-modules.outputs.cache-hit != 'true'
274
- uses : actions/cache@v1
274
+ uses : actions/cache@v2
275
275
with :
276
276
path : .yarn-packages
277
277
key : ${{ env.CACHE_EPOCH }}-yarn-${{ runner.os }}-${{ hashFiles('yarn.lock') }}
You can’t perform that action at this time.
0 commit comments