Skip to content

Commit bcb1e08

Browse files
chore(deps): bump actions/cache from 5.0.5 to 6.1.0 (#1598)
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 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 da8e366 commit bcb1e08

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/RustNightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
5959
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
6060
- name: Sysroot cache
61-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
61+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6262
with:
6363
path: |
6464
src/tests/rust_guests/target/sysroot

.github/workflows/dep_build_guests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
6363
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
6464
- name: Sysroot cache
65-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
65+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6666
with:
6767
path: |
6868
src/tests/rust_guests/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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
47+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4848
with:
4949
path: |
5050
src/tests/rust_guests/target/sysroot
@@ -110,7 +110,7 @@ jobs:
110110
# rust-cache cleans "anything not a dependency" from target dirs, removing the sysroot.
111111
# We cache sysroot separately to avoid rebuilding it (~10s) on every run.
112112
- name: Sysroot cache
113-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
113+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
114114
with:
115115
path: |
116116
src/tests/rust_guests/target/sysroot

0 commit comments

Comments
 (0)