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

Bump Swatinem/rust-cache from 2.7.1 to 2.7.2 #328

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/[email protected].1
uses: Swatinem/[email protected].2
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/[email protected].1
uses: Swatinem/[email protected].2
with:
cache-on-failure: true
shared-key: ${{ env.POLKA_VERSION }}-debug
Expand Down