From 587a3ed18a62e5321b2d08b85754c8e798f04ceb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 19:44:33 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.11 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c526a551..1bcf7b3e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: toolchain: ${{ steps.get-rust-version.outputs.RUST_VERSION }} components: rustfmt, clippy, llvm-tools-preview - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Run cargo fmt run: cargo fmt --all -- --check - name: Lint code with Clippy