Skip to content

Commit

Permalink
Bump julia-actions/cache from 1 to 2 (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent a0251d8 commit 8509431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
cache-registries: 'true'
- uses: julia-actions/julia-buildpkg@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
with:
cache-name: 'docs'
- uses: julia-actions/julia-buildpkg@v1
Expand Down

0 comments on commit 8509431

Please sign in to comment.