Skip to content

Commit

Permalink
chore(deps): bump Swatinem/rust-cache from 2.5.1 to 2.6.0 (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 14, 2023
1 parent 573e8f0 commit 3bbb401
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.5.1
uses: Swatinem/rust-cache@v2.6.0

- 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.5.1
uses: Swatinem/rust-cache@v2.6.0

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

0 comments on commit 3bbb401

Please sign in to comment.