From 33e60f316fa005aa3f11c690833058e6980d253b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 09:12:24 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.9.2 --- .github/workflows/build-artifacts.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index 1e2c0bf..c7e7aab 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -64,7 +64,7 @@ jobs: with: toolchain: ${{ inputs.toolchain }} - name: Rust Cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install musl toolchain if: ${{ inputs.rpm }} run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ddee00..e93257b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Run cargo clippy to pick up any errors run: cargo clippy --all-targets -- -Dwarnings - name: Check code is formatted diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea499b3..2fe8a7d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: toolchain: stable - name: Rust Cache - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 + uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 - name: Install semantic-release-cargo run: cargo install --locked semantic-release-cargo