Skip to content

Commit

Permalink
Set julia-actions/cache@v2 (#94)
Browse files Browse the repository at this point in the history
Closes #92 and #93
  • Loading branch information
rikhuijzer authored Aug 19, 2024
1 parent 7db518b commit d7c7b66
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 @@ -36,7 +36,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.config.version }}
- uses: julia-actions/cache@v2.0.0
- uses: julia-actions/cache@v2
with:
cache-name: 'test-${{ matrix.config.os }}-${{ matrix.config.version }}'
- uses: r-lib/actions/setup-r@v2
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@v2.0.0
- uses: julia-actions/cache@v2
with:
cache-name: 'docs'
- run: julia -e 'using Pkg; Pkg.add("Revise");'
Expand Down

0 comments on commit d7c7b66

Please sign in to comment.