Skip to content

Commit 81cca00

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

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

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

.github/workflows/Downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Save Julia depot cache on cancel or failure
3939
id: julia-cache-save
4040
if: cancelled() || failure()
41-
uses: actions/cache/save@v4
41+
uses: actions/cache/save@v5
4242
with:
4343
path: |
4444
${{ steps.julia-cache.outputs.cache-paths }}

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Save Julia depot cache on cancel or failure
3636
id: julia-cache-save
3737
if: cancelled() || failure()
38-
uses: actions/cache/save@v4
38+
uses: actions/cache/save@v5
3939
with:
4040
path: |
4141
${{ steps.julia-cache.outputs.cache-paths }}

0 commit comments

Comments
 (0)