Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 1 to 2 (#56)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent cf94849 commit 9c0430f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
override: true
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
sharedKey: debug-build
- run: just test
Expand All @@ -34,7 +34,7 @@ jobs:
- uses: actions-rs/[email protected]
with:
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
with:
sharedKey: debug-build-nightly
- run: just lint "strict"

0 comments on commit 9c0430f

Please sign in to comment.