We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ff410ee + f46d1a0 commit 309e152Copy full SHA for 309e152
1 file changed
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
with:
36
version: ${{ matrix.version }}
37
arch: ${{ matrix.arch }}
38
- - uses: julia-actions/cache@v2
+ - uses: julia-actions/cache@v3
39
- uses: julia-actions/julia-buildpkg@latest
40
- uses: julia-actions/julia-runtest@latest
41
env:
@@ -65,7 +65,7 @@ jobs:
65
66
67
68
69
70
71
continue-on-error: true
0 commit comments