Skip to content

Commit 0c747c7

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 a4c1c49 commit 0c747c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# This caching step allows us to save a lot of building time by
7575
# saving the previous build.
7676
- name: Restore cache
77-
uses: actions/cache/restore@v4
77+
uses: actions/cache/restore@v5
7878
id: cache
7979
with:
8080
path: |
@@ -119,7 +119,7 @@ jobs:
119119
# This caching step allows us to save a lot of building time by
120120
# saving the previous build.
121121
- name: Save cache
122-
uses: actions/cache/save@v4
122+
uses: actions/cache/save@v5
123123
if: always()
124124
with:
125125
path: |

0 commit comments

Comments
 (0)