From f03978a9a21bce32b23c0d4da4ffa9c0e4ffcc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 06:02:03 +0000 Subject: [PATCH] build(deps): bump Swatinem/rust-cache from 2.6.1 to 2.6.2 (#7373) Bumps [Swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.6.1 to 2.6.2. - [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.1...v2.6.2) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: teor --- .github/workflows/continous-integration-os.yml | 4 ++-- .github/workflows/docs.yml | 4 ++-- .github/workflows/lint.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 4ad7da65..6a824dcc 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -107,7 +107,7 @@ jobs: 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.1 + - uses: Swatinem/rust-cache@v2.6.2 # TODO: change Rust cache target directory on Windows, # or remove this workaround once the build is more efficient (#3005). #with: @@ -242,7 +242,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=minimal - - uses: Swatinem/rust-cache@v2.6.1 + - uses: Swatinem/rust-cache@v2.6.2 with: shared-key: "clippy-cargo-lock" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 9475d40d..3b3520f8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -138,7 +138,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default - - uses: Swatinem/rust-cache@v2.6.1 + - uses: Swatinem/rust-cache@v2.6.2 - name: Build external docs run: | @@ -194,7 +194,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=beta --profile=default - - uses: Swatinem/rust-cache@v2.6.1 + - uses: Swatinem/rust-cache@v2.6.2 - name: Build internal docs run: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b611283..677adf24 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -86,7 +86,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=stable --profile=default - - uses: Swatinem/rust-cache@v2.6.1 + - uses: Swatinem/rust-cache@v2.6.2 with: shared-key: "clippy-cargo-lock" @@ -131,7 +131,7 @@ jobs: # 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. - #- uses: Swatinem/rust-cache@v2.6.1 + #- uses: Swatinem/rust-cache@v2.6.2 - run: | cargo fmt --all -- --check