From b75e382874714490dc1d310e29299647d78278d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 01:18:54 +0000 Subject: [PATCH] Update mozilla-actions/sccache-action action to v0.0.10 --- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 07c6bd1..5b4e9b7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-ccache-nightly-${{ matrix.arch }}- - name: set up sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Get dependencies if: always() diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d5840f3..55c28cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-ccache-release-${{ matrix.arch }}- - name: set up sccache-cache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Get dependencies if: always()