diff --git a/.github/workflows/continous-integration-os.yml b/.github/workflows/continous-integration-os.yml index 24178d528b7..c0bd71a4fe1 100644 --- a/.github/workflows/continous-integration-os.yml +++ b/.github/workflows/continous-integration-os.yml @@ -100,7 +100,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.2.1 + - uses: Swatinem/rust-cache@v2.3.0 # TODO: change Rust cache target directory on Windows, # or remove this workaround once the build is more efficient (#3005). #with: @@ -233,7 +233,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.2.1 + - uses: Swatinem/rust-cache@v2.3.0 with: shared-key: "clippy-cargo-lock" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 191f6f28a88..b471ac79bd0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -56,7 +56,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.2.1 + - uses: Swatinem/rust-cache@v2.3.0 - name: Setup mdBook uses: peaceiris/actions-mdbook@v1.2.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 75c3fc1b145..82aad5764c0 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.2.1 + - uses: Swatinem/rust-cache@v2.3.0 with: shared-key: "clippy-cargo-lock" @@ -130,7 +130,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.2.1 + #- uses: Swatinem/rust-cache@v2.3.0 - run: | cargo fmt --all -- --check