Skip to content

Commit f725644

Browse files
Bump actions/cache from 4 to 5 (#1111)
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 204e8ae commit f725644

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
5555
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
5656
- name: Sysroot cache
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: |
6060
src/tests/rust_guests/simpleguest/target/sysroot

.github/workflows/dep_build_guests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
4949
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
5050
- name: Sysroot cache
51-
uses: actions/cache@v4
51+
uses: actions/cache@v5
5252
with:
5353
path: |
5454
src/tests/rust_guests/simpleguest/target/sysroot

.github/workflows/dep_code_checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
4545
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
4646
- name: Sysroot cache
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: |
5050
src/tests/rust_guests/simpleguest/target/sysroot
@@ -108,7 +108,7 @@ jobs:
108108
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
109109
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
110110
- name: Sysroot cache
111-
uses: actions/cache@v4
111+
uses: actions/cache@v5
112112
with:
113113
path: |
114114
src/tests/rust_guests/simpleguest/target/sysroot

0 commit comments

Comments
 (0)