Skip to content

Commit 687b592

Browse files
committed
Merge #106 from dependabot
2 parents 7713a4c + a0c5913 commit 687b592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Save Julia depot cache on cancel or failure
5252
id: julia-cache-save
5353
if: cancelled() || failure()
54-
uses: actions/cache/save@v4
54+
uses: actions/cache/save@v5
5555
with:
5656
path: |
5757
${{ steps.julia-cache.outputs.cache-paths }}
@@ -94,7 +94,7 @@ jobs:
9494
- name: Save Julia depot cache on cancel or failure
9595
id: julia-cache-save
9696
if: cancelled() || failure()
97-
uses: actions/cache/save@v4
97+
uses: actions/cache/save@v5
9898
with:
9999
path: |
100100
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)