Skip to content

Commit e842fa5

Browse files
Bump julia-actions/cache from 2 to 3 (#333)
Bumps [julia-actions/cache](https://github.com/julia-actions/cache) from 2 to 3. - [Release notes](https://github.com/julia-actions/cache/releases) - [Commits](julia-actions/cache@v2...v3) --- updated-dependencies: - dependency-name: julia-actions/cache dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 566f3c6 commit e842fa5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
with:
7474
version: ${{ matrix.version }}
7575
arch: ${{ matrix.arch }}
76-
- uses: julia-actions/cache@v2
76+
- uses: julia-actions/cache@v3
7777
# In MKL 2024, Intel dropped support for macOS.
7878
# So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
7979
# MKL 2024).
@@ -95,7 +95,7 @@ jobs:
9595
- uses: julia-actions/setup-julia@latest
9696
with:
9797
version: 1
98-
- uses: julia-actions/cache@v2
98+
- uses: julia-actions/cache@v3
9999
- uses: julia-actions/julia-buildpkg@v1
100100
- uses: julia-actions/julia-docdeploy@releases/v1
101101
env:

0 commit comments

Comments
 (0)