Skip to content

Commit d06fc46

Browse files
authored
Merge pull request #301 from JuliaMath/dependabot/github_actions/julia-actions/cache-2
Bump julia-actions/cache from 1 to 2
2 parents cb485f0 + 2a83df7 commit d06fc46

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)