Skip to content

Commit

Permalink
Merge pull request #677 from JuliaSymbolics/update-actions-cache
Browse files Browse the repository at this point in the history
Update actions/cache in CI
  • Loading branch information
bowenszhu authored Nov 25, 2024
2 parents 4d86901 + 8599b50 commit 1af55d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: "1"
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- name: Extract Package Name from Project.toml
id: extract-package-name
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: 1
- uses: actions/cache@v1
- uses: actions/cache@v4
env:
cache-name: cache-artifacts
with:
Expand Down

0 comments on commit 1af55d4

Please sign in to comment.