diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 40d2aaf3..e39347d5 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -20,7 +20,7 @@ jobs: - name: Install Rust toolchain run: rustup toolchain install stable --no-self-update - - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: cache-on-failure: true diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index d67ca9f3..854561ba 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -61,7 +61,7 @@ jobs: run: rustup toolchain install stable --component clippy,rustfmt --no-self-update - name: Configure Rust cache - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: key: ${{ matrix.os }}-benchmark-stable cache-on-failure: true