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