Skip to content

Commit

Permalink
Bump julia-actions/cache from 1.5.2 to 2.0.0 (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 85628d7 commit 12ae28b
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 @@ -37,7 +37,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1.5.2
- uses: julia-actions/cache@v2.0.0
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1'
- uses: julia-actions/cache@v1.5.2
- uses: julia-actions/cache@v2.0.0
with:
cache-name: 'docs'
- run: julia -e 'using Pkg; Pkg.add("Revise");'
Expand Down

0 comments on commit 12ae28b

Please sign in to comment.