Skip to content

Commit 984aa42

Browse files
committed
Upgrade julia-actions/cache to v2
1 parent aa4ce21 commit 984aa42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
version: '${{ matrix.version }}'
7171
arch: ${{ matrix.arch }}
72-
- uses: julia-actions/cache@v1
72+
- uses: julia-actions/cache@v2
7373
- uses: julia-actions/julia-buildpkg@v1
7474
# TODO: Use julia-actions/julia-runtest when test_args are supported
7575
# Custom calls of Pkg.test tend to miss features such as e.g. adjustments for CompatHelper PRs

0 commit comments

Comments
 (0)