We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d86901 + 8599b50 commit 1af55d4Copy full SHA for 1af55d4
.github/workflows/benchmark_pr.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: julia-actions/setup-julia@v2
18
with:
19
version: "1"
20
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
21
- name: Extract Package Name from Project.toml
22
id: extract-package-name
23
run: |
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
version: 1
- - uses: actions/cache@v1
+ - uses: actions/cache@v4
env:
cache-name: cache-artifacts
24
0 commit comments