Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 29, 2024
1 parent 1403e12 commit 03b3a80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
toolchain: stable

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

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

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

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
bins: cargo-codspeed

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

Expand Down

0 comments on commit 03b3a80

Please sign in to comment.