Skip to content

Commit

Permalink
chore(deps): update swatinem/rust-cache action to v2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 19, 2023
1 parent d7264d8 commit 2b68e92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: rustup update stable

- name: Using cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.5.0
with:
cache-all-crates: "true"
cache-on-failure: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
cargo clippy --version
- name: Using cache
uses: Swatinem/rust-cache@v2.4.0
uses: Swatinem/rust-cache@v2.5.0
with:
cache-all-crates: "true"
cache-on-failure: "true"
Expand Down

0 comments on commit 2b68e92

Please sign in to comment.