Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.3 (#65)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 6, 2024
1 parent eb81315 commit bfddc70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
toolchain: stable

# Cache the built dependencies
- uses: Swatinem/rust-cache@v2.7.1
- uses: Swatinem/rust-cache@v2.7.3
with:
save-if: ${{ github.event_name == 'push' }}

Expand All @@ -69,7 +69,7 @@ jobs:
targets: wasm32-unknown-unknown

# Cache the built dependencies
- uses: Swatinem/rust-cache@v2.7.1
- uses: Swatinem/rust-cache@v2.7.3
with:
save-if: ${{ github.event_name == 'push' }}

Expand Down

0 comments on commit bfddc70

Please sign in to comment.