From 08d252a055f64bbaafeac3e832c8d9447962a0a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 12:59:12 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.10 --- .github/workflows/cargo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 8f42154..8f33af3 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -21,7 +21,7 @@ jobs: with: fetch-depth: 0 - uses: rui314/setup-mold@v1 - - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 + - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - run: rustup show - run: | @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - uses: rui314/setup-mold@v1 - - uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 + - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2 - run: rustup show - run: cargo clippy --workspace -- -D warnings