Skip to content

Commit 951706a

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 1ccd007 commit 951706a

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
@@ -58,7 +58,7 @@ jobs:
5858
- name: Save Julia depot cache on cancel or failure
5959
id: julia-cache-save
6060
if: cancelled() || failure()
61-
uses: actions/cache/save@v4
61+
uses: actions/cache/save@v5
6262
with:
6363
path: |
6464
${{ steps.julia-cache.outputs.cache-paths }}
@@ -105,7 +105,7 @@ jobs:
105105
- name: Save Julia depot cache on cancel or failure
106106
id: julia-cache-save
107107
if: cancelled() || failure()
108-
uses: actions/cache/save@v4
108+
uses: actions/cache/save@v5
109109
with:
110110
path: |
111111
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)