Skip to content

Commit 7018e58

Browse files
authored
Merge pull request #91 from JuliaGraphs/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents b219d99 + 5d7c505 commit 7018e58

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Save Julia depot cache on cancel or failure
4242
id: julia-cache-save
4343
if: cancelled() || failure()
44-
uses: actions/cache/save@v4
44+
uses: actions/cache/save@v5
4545
with:
4646
path: |
4747
${{ steps.julia-cache.outputs.cache-paths }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Save Julia depot cache on cancel or failure
7575
id: julia-cache-save
7676
if: cancelled() || failure()
77-
uses: actions/cache/save@v4
77+
uses: actions/cache/save@v5
7878
with:
7979
path: |
8080
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)