From 07e08cb59dc22fd91594ebf070b451da52f4c67a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Nov 2025 04:47:53 +0000 Subject: [PATCH] :arrow_up: - Update Swatinem/rust-cache action to v2.8.2 --- .github/workflows/bench.yml | 2 +- .github/workflows/check.yml | 2 +- .github/workflows/coverage.yml | 2 +- .github/workflows/test-psql.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index aa2e258..44e6fbd 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -35,7 +35,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: ${{ needs.read-toolchain.outputs.channel }} - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: shared-key: ${{ matrix.workspace }} - name: Bench diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 0fc0f43..543c147 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -29,7 +29,7 @@ jobs: with: toolchain: ${{ needs.read-toolchain.outputs.channel }} components: clippy, rustfmt - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: shared-key: ${{ matrix.workspace }} - name: Format check diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 45d2afa..a1c53d5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: - uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b with: toolchain: ${{ needs.read-toolchain.outputs.channel }} - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - uses: taiki-e/install-action@cargo-llvm-cov - name: Generate coverage run: cargo llvm-cov --all-features --lcov --verbose --workspace --output-path coverage.lcov diff --git a/.github/workflows/test-psql.yml b/.github/workflows/test-psql.yml index 2fdc409..a012703 100644 --- a/.github/workflows/test-psql.yml +++ b/.github/workflows/test-psql.yml @@ -42,7 +42,7 @@ jobs: with: toolchain: ${{ needs.read-toolchain.outputs.channel }} components: clippy, rustfmt - - uses: Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1 + - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 with: shared-key: ${{ inputs.workspace }} - name: Format check