From 536483018250cc2ac9de12c4122d0eb259ef8131 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 16:47:07 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action in the actions group Bumps the actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/perf-alert.yml | 2 +- .github/workflows/perf-reference.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53cb2c4e..943261fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: cache: true # Only main writes the cache; PRs read it, avoiding churn/eviction. cache-write: ${{ github.ref == 'refs/heads/main' }} - - uses: mozilla-actions/sccache-action@v0.0.10 + - uses: mozilla-actions/sccache-action@v0.0.11 - uses: Swatinem/rust-cache@v2 - name: cargo fmt run: pixi run -e ci cargo fmt --all -- --check @@ -91,7 +91,7 @@ jobs: cache: true # Only main writes the cache; PRs read it, avoiding churn/eviction. cache-write: ${{ github.ref == 'refs/heads/main' }} - - uses: mozilla-actions/sccache-action@v0.0.10 + - uses: mozilla-actions/sccache-action@v0.0.11 - uses: Swatinem/rust-cache@v2 - name: cargo test run: pixi run -e ci cargo test --workspace --all-features --locked diff --git a/.github/workflows/perf-alert.yml b/.github/workflows/perf-alert.yml index 491e2d60..ef124434 100644 --- a/.github/workflows/perf-alert.yml +++ b/.github/workflows/perf-alert.yml @@ -36,7 +36,7 @@ jobs: environments: ci cache: true cache-write: ${{ github.ref == 'refs/heads/main' }} - - uses: mozilla-actions/sccache-action@v0.0.10 + - uses: mozilla-actions/sccache-action@v0.0.11 - uses: Swatinem/rust-cache@v2 - name: Time 1M-row 3FE solve (release, best-of-N) diff --git a/.github/workflows/perf-reference.yml b/.github/workflows/perf-reference.yml index 31a984b9..dc776319 100644 --- a/.github/workflows/perf-reference.yml +++ b/.github/workflows/perf-reference.yml @@ -34,7 +34,7 @@ jobs: environments: ci cache: true cache-write: ${{ github.ref == 'refs/heads/main' }} - - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + - uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Time 1M-row 3FE solve (release, best-of-N)