Skip to content

Commit 24ee9b2

Browse files
Bump actions/cache from 4 to 5 (#310)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb1c3b7 commit 24ee9b2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Save Julia depot cache on cancel or failure
8181
id: julia-cache-save
8282
if: cancelled() || failure()
83-
uses: actions/cache/save@v4
83+
uses: actions/cache/save@v5
8484
with:
8585
path: |
8686
${{ steps.julia-cache.outputs.cache-paths }}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Save Julia depot cache on cancel or failure
7070
id: julia-cache-save
7171
if: cancelled() || failure()
72-
uses: actions/cache/save@v4
72+
uses: actions/cache/save@v5
7373
with:
7474
path: |
7575
${{ steps.julia-cache.outputs.cache-paths }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Save Julia depot cache on cancel or failure
4646
id: julia-cache-save
4747
if: cancelled() || failure()
48-
uses: actions/cache/save@v4
48+
uses: actions/cache/save@v5
4949
with:
5050
path: |
5151
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)