Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.3 to 2.7.5
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Nov 1, 2024
1 parent 4c8f6ad commit 45d5d77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_buildpacks-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45d5d77

Please sign in to comment.