Skip to content

Commit 3242f10

Browse files
authored
Bump julia-actions/cache from 1 to 2 (#298)
1 parent e170197 commit 3242f10

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/UnitTest.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,18 +36,8 @@ jobs:
3636
with:
3737
version: ${{ matrix.julia-version }}
3838
arch: ${{ matrix.julia-arch }}
39-
4039
- name: Cache artifacts
41-
uses: actions/cache@v4
42-
env:
43-
cache-name: cache-artifacts
44-
with:
45-
path: ~/.julia/artifacts
46-
key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
47-
restore-keys: |
48-
${{ runner.os }}-test-${{ env.cache-name }}-
49-
${{ runner.os }}-test-
50-
${{ runner.os }}-
40+
uses: julia-actions/cache@v2
5141
- name: "Unit Test"
5242
uses: julia-actions/julia-runtest@v1
5343

.github/workflows/UnitTestArm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: julia-actions/setup-julia@v2
2828
with:
2929
version: ${{ matrix.julia-version }}
30-
- uses: julia-actions/cache@v1
30+
- uses: julia-actions/cache@v2
3131
- name: Download Julia Binary
3232
run: >
3333
julia -e '

0 commit comments

Comments
 (0)