Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2023
1 parent a27c4c7 commit 5346bbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: "3.10"
- name: Rust Cache
if: ${{ !contains(matrix.os, 'self-hosted') }}
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
with:
working-directory: native
- name: Disable scmtools local scheme
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
toolchain: stable
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
with:
shared-key: "shared"
workspaces: native
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
toolchain: stable
components: rustfmt, clippy
- name: Rust Cache
uses: Swatinem/rust-cache@v2.6.2
uses: Swatinem/rust-cache@v2.7.0
with:
shared-key: "shared"
workspaces: native
Expand Down

0 comments on commit 5346bbf

Please sign in to comment.