From 53f75b11db76d4e4241a58a9aebf46e8b828b567 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:59:19 +0000 Subject: [PATCH] chore(deps): update actions/cache digest to c17f4bf --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: