Skip to content

Commit

Permalink
Merge pull request #944 from JuliaLang/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
sjkelly authored Jun 25, 2024
2 parents 791bc90 + 2b60ec1 commit 8de526d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.julia-version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-runtest@latest
with:
coverage: ${{ matrix.coverage }}
Expand Down

0 comments on commit 8de526d

Please sign in to comment.