From 7101883410634e23186c8671609af36f622d7066 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:39:14 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.9.2 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4867d64..0052ac2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: # `cargo xtask check` runs `cargo fmt` and `cargo clippy`, # whose components are not in the default nightly profile. components: rustfmt, clippy - - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 # `cargo xtask check` invokes `cargo-machete` as part of the # mandatory verification suite. The bare runner has no nix # devShell, so install it explicitly here.