Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.3.0 to 2.5.1 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 11, 2023
1 parent b6ec7fb commit 3ab4cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
components: rustfmt, clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2.3.0
uses: Swatinem/rust-cache@v2.5.1

- uses: actions-rs/cargo@v1
name: fmt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
components: rustfmt, clippy

- name: Rust Cache
uses: Swatinem/rust-cache@v2.3.0
uses: Swatinem/rust-cache@v2.5.1

- uses: actions-rs/cargo@v1
name: Cargo Fmt
Expand Down

0 comments on commit 3ab4cba

Please sign in to comment.