Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 41353b2 commit fd0c5b6
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 @@ -48,7 +48,7 @@ jobs:
toolchain: stable

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

Expand Down Expand Up @@ -175,7 +175,7 @@ jobs:
targets: wasm32-unknown-unknown

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

Expand Down

0 comments on commit fd0c5b6

Please sign in to comment.