Skip to content

Commit

Permalink
Bump Swatinem/rust-cache from 2.7.0 to 2.7.1 (#689)
Browse files Browse the repository at this point in the history
Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.7.0 to 2.7.1.
- [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.0...v2.7.1)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2023
1 parent aa15bc0 commit 3779c25
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_mirror-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: rustup update

- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1

- name: Get unmirrored versions
id: get-unmirrored-versions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_update-inventory.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: rustup update

- name: Rust cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1

- name: Set Diff Message
id: set-diff-msg
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Update Rust toolchain
run: rustup update
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Clippy
run: cargo clippy --all-targets --locked -- --deny warnings
- name: rustfmt
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Update Rust toolchain
run: rustup update
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Run unit tests
run: cargo test --locked

Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- name: Install Rust linux-musl target
run: rustup target add x86_64-unknown-linux-musl
- name: Rust Cache
uses: Swatinem/rust-cache@v2.7.0
uses: Swatinem/rust-cache@v2.7.1
- name: Install Pack CLI
uses: buildpacks/github-actions/setup-pack@v5.4.0
- name: Run integration tests
Expand Down

0 comments on commit 3779c25

Please sign in to comment.