Skip to content

Commit

Permalink
Merge pull request #301 from JuliaMath/dependabot/github_actions/juli…
Browse files Browse the repository at this point in the history
…a-actions/cache-2

Bump julia-actions/cache from 1 to 2
  • Loading branch information
ViralBShah authored May 20, 2024
2 parents cb485f0 + 2a83df7 commit d06fc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
# In MKL 2024, Intel dropped support for macOS.
# So, in CI, for the macOS jobs, we force MKL 2023 to be installed (instead of
# MKL 2024).
Expand All @@ -102,7 +102,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: 1
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@releases/v1
env:
Expand Down

0 comments on commit d06fc46

Please sign in to comment.