We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7713a4c + a0c5913 commit 687b592Copy full SHA for 687b592
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Save Julia depot cache on cancel or failure
52
id: julia-cache-save
53
if: cancelled() || failure()
54
- uses: actions/cache/save@v4
+ uses: actions/cache/save@v5
55
with:
56
path: |
57
${{ steps.julia-cache.outputs.cache-paths }}
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments