From 4d16121075f097135807cd6d3a71d86758305887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:14:41 +0000 Subject: [PATCH] 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](https://github.com/actions/cache/compare/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] --- .github/workflows/RustNightly.yml | 2 +- .github/workflows/dep_build_guests.yml | 2 +- .github/workflows/dep_code_checks.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/RustNightly.yml b/.github/workflows/RustNightly.yml index 6f36caca7..4c7aa084f 100644 --- a/.github/workflows/RustNightly.yml +++ b/.github/workflows/RustNightly.yml @@ -54,7 +54,7 @@ jobs: # rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot. # We cache sysroot separately to avoid rebuilding it (~10s) on every run. - name: Sysroot cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | src/tests/rust_guests/simpleguest/target/sysroot diff --git a/.github/workflows/dep_build_guests.yml b/.github/workflows/dep_build_guests.yml index d621be19d..01250218b 100644 --- a/.github/workflows/dep_build_guests.yml +++ b/.github/workflows/dep_build_guests.yml @@ -48,7 +48,7 @@ jobs: # rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot. # We cache sysroot separately to avoid rebuilding it (~10s) on every run. - name: Sysroot cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | src/tests/rust_guests/simpleguest/target/sysroot diff --git a/.github/workflows/dep_code_checks.yml b/.github/workflows/dep_code_checks.yml index db65e91b6..c545c434a 100644 --- a/.github/workflows/dep_code_checks.yml +++ b/.github/workflows/dep_code_checks.yml @@ -44,7 +44,7 @@ jobs: # rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot. # We cache sysroot separately to avoid rebuilding it (~10s) on every run. - name: Sysroot cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | src/tests/rust_guests/simpleguest/target/sysroot @@ -108,7 +108,7 @@ jobs: # rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot. # We cache sysroot separately to avoid rebuilding it (~10s) on every run. - name: Sysroot cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | src/tests/rust_guests/simpleguest/target/sysroot