build(deps): bump Swatinem/rust-cache from 2.6.2 to 2.7.0 (#7546)

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](https://github.com/swatinem/rust-cache/compare/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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-09-13 19:06:47 +00:00 committed by GitHub
parent ac87d425c8
commit 8ee36b6ab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -107,7 +107,7 @@ jobs:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=${{ matrix.rust }} --profile=minimal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=${{ matrix.rust }} --profile=minimal
- uses: Swatinem/rust-cache@v2.6.2 - uses: Swatinem/rust-cache@v2.7.0
# TODO: change Rust cache target directory on Windows, # TODO: change Rust cache target directory on Windows,
# or remove this workaround once the build is more efficient (#3005). # or remove this workaround once the build is more efficient (#3005).
#with: #with:
@ -242,7 +242,7 @@ jobs:
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal
- uses: Swatinem/rust-cache@v2.6.2 - uses: Swatinem/rust-cache@v2.7.0
with: with:
shared-key: "clippy-cargo-lock" shared-key: "clippy-cargo-lock"

View File

@ -140,7 +140,7 @@ jobs:
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default
- uses: Swatinem/rust-cache@v2.6.2 - uses: Swatinem/rust-cache@v2.7.0
- name: Build external docs - name: Build external docs
run: | run: |
@ -198,7 +198,7 @@ jobs:
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default
- uses: Swatinem/rust-cache@v2.6.2 - uses: Swatinem/rust-cache@v2.7.0
- name: Build internal docs - name: Build internal docs
run: | run: |

View File

@ -86,7 +86,7 @@ jobs:
run: | run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=default curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=default
- uses: Swatinem/rust-cache@v2.6.2 - uses: Swatinem/rust-cache@v2.7.0
with: with:
shared-key: "clippy-cargo-lock" shared-key: "clippy-cargo-lock"
@ -131,7 +131,7 @@ jobs:
# We don't cache `fmt` outputs because the job is quick, # We don't cache `fmt` outputs because the job is quick,
# and we want to use the limited GitHub actions cache space for slower jobs. # and we want to use the limited GitHub actions cache space for slower jobs.
#- uses: Swatinem/rust-cache@v2.6.2 #- uses: Swatinem/rust-cache@v2.7.0
- run: | - run: |
cargo fmt --all -- --check cargo fmt --all -- --check