-
Notifications
You must be signed in to change notification settings - Fork 2
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
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]>
- Loading branch information
1 parent
4c8f6ad
commit 45d5d77
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -98,7 +98,7 @@ jobs: | |
done | ||
- name: Rust cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
# the version of `libcnb-cargo` installed here is kept in sync with the version of `libcnb-package` | ||
# that the release automation CLI tooling depends on | ||
|
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
run: rustup update | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Clippy | ||
run: cargo clippy --all-targets --all-features -- --deny warnings | ||
|
@@ -49,7 +49,7 @@ jobs: | |
run: rustup update | ||
|
||
- name: Rust Cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Test | ||
run: cargo test --all-features |
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
run: rustup update | ||
|
||
- name: Rust cache | ||
uses: Swatinem/[email protected].3 | ||
uses: Swatinem/[email protected].5 | ||
|
||
- name: Install cargo-bump | ||
run: cargo install cargo-bump | ||
|