Skip to content

Commit a0c5913

Browse files
Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7713a4c commit a0c5913

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)