From 8c53dc93103bbb3e1305ec57d0260a5e3429fbd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 00:23:33 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action from 0.0.10 to 0.0.11 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.10 to 0.0.11. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/test-sccache.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a7974f..252482a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,7 @@ jobs: - name: Setup sccache (Windows) if: runner.os == 'Windows' - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 env: SCCACHE_GHA_ENABLED: "true" @@ -295,7 +295,7 @@ jobs: uses: ilammy/msvc-dev-cmd@v1 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Configure run: > diff --git a/.github/workflows/test-sccache.yml b/.github/workflows/test-sccache.yml index dcb4b20..ab28eb5 100644 --- a/.github/workflows/test-sccache.yml +++ b/.github/workflows/test-sccache.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - name: Create test project shell: pwsh