From b2cfd7e659c438d6d02b7e70215adc90eb007523 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Mar 2025 07:16:45 +0000 Subject: [PATCH] Update Swatinem/rust-cache action to v2.7.8 --- .github/workflows/release.yml | 2 +- .github/workflows/review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82e781c..3a4c1f9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: targets: x86_64-pc-windows-gnu - name: cache dependencies - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: clippy check uses: sksat/action-clippy@v1.0.0 diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index eeb4a7a..59497b0 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -30,7 +30,7 @@ jobs: components: clippy - name: cache dependencies - uses: Swatinem/rust-cache@v2.7.7 + uses: Swatinem/rust-cache@v2.7.8 - name: clippy check uses: sksat/action-clippy@v1.0.0