diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 1b2f7b6..44294ae 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -21,7 +21,7 @@ jobs: with: toolchain: 1.91.1 - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: cache-on-failure: true diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 4bccd55..8fd3773 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -65,7 +65,7 @@ jobs: components: clippy, rustfmt - name: Configure Rust cache - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: key: ${{ matrix.os }}-benchmark-${{ matrix.rust }} cache-on-failure: true