Skip to content

Commit 1af55d4

Browse files
authored
Merge pull request #677 from JuliaSymbolics/update-actions-cache
Update actions/cache in CI
2 parents 4d86901 + 8599b50 commit 1af55d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: julia-actions/setup-julia@v2
1818
with:
1919
version: "1"
20-
- uses: julia-actions/cache@v1
20+
- uses: julia-actions/cache@v2
2121
- name: Extract Package Name from Project.toml
2222
id: extract-package-name
2323
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: julia-actions/setup-julia@v2
1919
with:
2020
version: 1
21-
- uses: actions/cache@v1
21+
- uses: actions/cache@v4
2222
env:
2323
cache-name: cache-artifacts
2424
with:

0 commit comments

Comments
 (0)