Skip to content

Commit 5e0c059

Browse files
committed
update cache version
1 parent 56fbe5e commit 5e0c059

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,7 @@ jobs:
2929
with:
3030
channel: '1.9'
3131

32-
- uses: actions/cache@v1
33-
env:
34-
cache-name: cache-artifacts
35-
with:
36-
path: ~/.julia/artifacts
37-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
38-
restore-keys: |
39-
${{ runner.os }}-test-${{ env.cache-name }}-
40-
${{ runner.os }}-test-
41-
${{ runner.os }}-
32+
- uses: julia-actions/cache@v2
4233

4334
- name: Set some env vars
4435
run: |

0 commit comments

Comments
 (0)