Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
use julia-actions/cache
  • Loading branch information
CarloLucibello authored Feb 28, 2024
1 parent b41d051 commit 42c7831
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 @@ -34,7 +34,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v4
- uses: julia-actions/cache@v1
env:
cache-name: cache-artifacts
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v4
- uses: julia-actions/cache@v1
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit 42c7831

Please sign in to comment.