Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#306)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
1 parent c067c9b commit 0f6900e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0f6900e

Please sign in to comment.