From 0f6900e09c6fd329684f65001e3be7508408eb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 19:13:19 +0200 Subject: [PATCH] Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#306) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 3805d8d5..74a26ffa 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,7 +36,7 @@ jobs: uses: "./.github/templates/setup-worker" - name: Cache Build artefacts - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: cache-on-failure: true shared-key: ${{ env.POLKA_VERSION }}-release @@ -59,7 +59,7 @@ jobs: uses: "./.github/templates/setup-worker" - name: Cache Build artefacts - uses: Swatinem/rust-cache@v2.7.0 + uses: Swatinem/rust-cache@v2.7.1 with: cache-on-failure: true shared-key: ${{ env.POLKA_VERSION }}-debug