From 84f8e44e3040e9fa158dfb8b8f5624837b8c5a09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 09:24:43 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.9.0 --- .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 2e58094..5ab3422 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@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - name: Install musl toolchain if: ${{ inputs.rpm }} run: | diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42fa41d..9c26910 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@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - 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 9d2e05b..6165aac 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@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 + uses: Swatinem/rust-cache@c676846f29d98ff6b0106d3608c7ffd4048af17b # v2.9.0 - name: Install semantic-release-cargo run: cargo install --locked semantic-release-cargo