diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 015c6873b..75a60247e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,14 +204,14 @@ jobs: stable # @todo potentially switch these with Swatinem rust-cache see above. - name: Cache cargo registry - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3 with: path: ~/.cargo/registry key: bloat-${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # v3 + uses: actions/cache@c17f4bf4666a8001b1a45c09eb7a485c41aa64c3 # v3 with: path: ~/.cargo/git key: