From 2d740ff70b73a254f269f68b05fa42eb1f0e942c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 14:41:51 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.11 --- .github/workflows/code-quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 6ef1001..c90962c 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v7 - uses: Swatinem/rust-cache@v2 - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Initialize workflow variables id: vars shell: bash