From cdc1a2da0ba02c14e85dbd2dc72b0724b6fcf4ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 03:14:43 +0000 Subject: [PATCH] ci: 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/rust.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 95655e4455..ad7ac3f2ef 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -32,7 +32,7 @@ jobs: id: toolchain with: components: clippy - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -64,7 +64,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov uses: taiki-e/install-action@cargo-llvm-cov - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cargo/registry/index/ @@ -85,7 +85,7 @@ jobs: # id: toolchain # with: # components: clippy - # - uses: actions/cache@v4 + # - uses: actions/cache@v5 # with: # path: | # ~/.cargo/registry/index/ @@ -105,7 +105,7 @@ jobs: # id: toolchain # with: # components: llvm-tools-preview - # - uses: actions/cache@v4 + # - uses: actions/cache@v5 # with: # path: | # ~/.cargo/registry/index/