Skip to content

Commit 2a83df7

Browse files
Bump julia-actions/cache from 1 to 2
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 1 to 2. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v1...v2) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cb485f0 commit 2a83df7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
version: ${{ matrix.version }}
8181
arch: ${{ matrix.arch }}
82-
- uses: julia-actions/cache@v1
82+
- uses: julia-actions/cache@v2
8383
# In MKL 2024, Intel dropped support for macOS.
8484
# So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
8585
# MKL 2024).
@@ -102,7 +102,7 @@ jobs:
102102
- uses: julia-actions/setup-julia@latest
103103
with:
104104
version: 1
105-
- uses: julia-actions/cache@v1
105+
- uses: julia-actions/cache@v2
106106
- uses: julia-actions/julia-buildpkg@v1
107107
- uses: julia-actions/julia-docdeploy@releases/v1
108108
env:

0 commit comments

Comments
 (0)