From 5cf4406729207a60d59c30c35d632cfb1e5f87e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 04:34:19 +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/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 301d73f0..a5855372 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ permissions: contents: write # Force Node.js 24 for all JavaScript-based actions. Silences the -# deprecation warning from mozilla-actions/sccache-action@v0.0.10 +# deprecation warning from mozilla-actions/sccache-action@v0.0.11 # which still bundles Node.js 20. See #421. env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true @@ -65,7 +65,7 @@ jobs: targets: aarch64-apple-darwin,x86_64-apple-darwin - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.10 + uses: mozilla-actions/sccache-action@v0.0.11 - uses: Swatinem/rust-cache@v2 with: