-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5 (#12)
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.3 to 2.7.5. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](Swatinem/rust-cache@v2.7.3...v2.7.5) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
921927f
commit 11aea8f
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ jobs: | |
components: rustfmt, clippy | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run clippy | ||
run: cargo clippy --all --tests --all-features --examples --benches |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ jobs: | |
components: rustfmt, clippy | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Run cargo fmt | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
- uses: taiki-e/install-action@nextest | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: cargo test | ||
shell: bash | ||
|