From 12fa231d61f01b35ffdcef3c54f0c859862d7fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 09:23:40 +0000 Subject: [PATCH] Bump actions/cache from 5.0.1 to 5.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.2. - [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/9255dc7a253b0ccc959486e2bca901246202afeb...8b402f58fbc84540c8b491a91e594a4576fec3d7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/codecov.yml | 2 +- .github/workflows/rust-clippy.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 4b99938..a8781d9 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -29,7 +29,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache advisory database - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ~/.cargo/advisory-db key: advisory-db-${{ github.ref_name }}-v1 diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index c605fd4..6c23ce9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -34,7 +34,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache tarpaulin - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: ~/.cargo/bin/cargo-tarpaulin key: tarpaulin-${{ runner.os }}-${{ env.TARPAULIN_VERSION }} diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index ed82805..f14dffb 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -32,7 +32,7 @@ jobs: cache: true # toolchain/components are specified in rust-toolchain.toml - name: Cache clippy tools - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2 with: path: | ~/.cargo/bin/clippy-sarif