diff --git a/.github/workflows/reusable-ci.yml b/.github/workflows/reusable-ci.yml index 39c792a..b5016e1 100644 --- a/.github/workflows/reusable-ci.yml +++ b/.github/workflows/reusable-ci.yml @@ -90,7 +90,7 @@ jobs: components: clippy - name: Cache cargo - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: shared-key: "stable" save-if: ${{ github.ref == 'refs/heads/main' }} @@ -122,7 +122,7 @@ jobs: toolchain: ${{ needs.setup.outputs.msrv }} - name: Cache cargo - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: shared-key: "stable" save-if: ${{ github.ref == 'refs/heads/main' }} @@ -174,7 +174,7 @@ jobs: toolchain: ${{ needs.setup.outputs.msrv }} - name: Cache cargo - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: shared-key: "stable" @@ -210,7 +210,7 @@ jobs: components: llvm-tools-preview - name: Cache cargo - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 with: shared-key: "stable" save-if: ${{ github.ref == 'refs/heads/main' }}