diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 341cdf6..3cfcaf3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,7 +64,7 @@ jobs: components: rustfmt, clippy - name: Cache Cargo - uses: Swatinem/rust-cache@42dc69e1aa15d09112580998cf2ef0119e2e91ae # v2 + uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: key: ${{ runner.os }}-${{ env.TARGET }}