Skip to content

Commit

Permalink
build(deps): bump Swatinem/rust-cache from 1 to 2
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 3a79785.
  • Loading branch information
dependabot[bot] authored Jul 2, 2024
1 parent 0e1a99b commit 8279a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Use Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
- name: cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
override: true
components: rustfmt, clippy
- name: Use Cache
uses: Swatinem/rust-cache@v1
uses: Swatinem/rust-cache@v2
- name: Install cargo-bump
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 8279a6e

Please sign in to comment.