Skip to content

Commit

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

---
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>
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent e1c9448 commit cc6086d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.1
uses: swatinem/rust-cache@v2.7.2

- name: Run Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
uses: actions/checkout@v4

- name: Cache build artifacts
uses: swatinem/rust-cache@v2.7.1
uses: swatinem/rust-cache@v2.7.2

- name: Run tests with test coverage
run: |
Expand Down

0 comments on commit cc6086d

Please sign in to comment.