From 78e075f41daf6a9a5c1cbbf745f4b5d3b620d4d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 00:40:56 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2264e8f3..58757951 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: - name: Setup sccache (Windows) if: matrix.compiler_cache == 'sccache' - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Configure run: cmake --preset ${{ matrix.preset }}