build(deps): bump Swatinem/rust-cache from 2.5.1 to 2.6.0

Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.5.1 to 2.6.0.
- [Release notes](https://github.com/swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/swatinem/rust-cache/compare/v2.5.1...v2.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-08-02 19:50:28 +00:00
committed by Quentin Gliech
parent f3d35e26d6
commit 858aae3c62
4 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ jobs:
rustup default stable
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2.5.1
uses: Swatinem/rust-cache@v2.6.0
with:
save-if: "${{ github.event_name != 'pull_request' }}"