diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 53cb2c4..943261f 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 491e2d6..ef12443 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 31a984b..dc77631 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)