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.