Skip to content

Commit

Permalink
julia-actions/cache@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Nov 14, 2024
1 parent a74f366 commit 8e51892
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: julia-actions/setup-julia@latest

- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2

- name: Add FuseRegistry
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: julia-actions/setup-julia@latest

- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2

- name: Add FuseRegistry
run: |
Expand Down

0 comments on commit 8e51892

Please sign in to comment.