From 7c7cc8518711a5be9006057aafad7ef34feb9bc9 Mon Sep 17 00:00:00 2001 From: Frando Date: Tue, 29 Apr 2025 11:40:10 +0200 Subject: [PATCH] chore: update sccache github action --- .github/workflows/ci.yaml | 10 +++++----- .github/workflows/docs.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3ab4bf3f..49a635fd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -157,7 +157,7 @@ jobs: with: fetch-depth: 0 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Setup Environment (PR) if: ${{ github.event_name == 'pull_request' }} @@ -190,7 +190,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt - - uses: mozilla-actions/sccache-action@v0.0.7 + - uses: mozilla-actions/sccache-action@v0.0.9 - uses: taiki-e/install-action@cargo-make - run: cargo make format-check @@ -207,7 +207,7 @@ jobs: with: toolchain: nightly-2024-11-30 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Docs run: cargo doc --workspace --all-features --no-deps --document-private-items @@ -226,7 +226,7 @@ jobs: with: components: clippy - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 # TODO: We have a bunch of platform-dependent code so should # probably run this job on the full platform matrix @@ -253,7 +253,7 @@ jobs: with: toolchain: ${{ env.MSRV }} - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Check MSRV all features continue-on-error: true diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index dddf2e93..1262e78c 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -34,7 +34,7 @@ jobs: with: toolchain: nightly-2024-11-30 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Generate Docs run: cargo doc --workspace --all-features --no-deps diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 33233fed..4b4cb0df 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -69,7 +69,7 @@ jobs: tool: nextest@0.9.80 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Select features run: | @@ -199,7 +199,7 @@ jobs: } - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.7 + uses: mozilla-actions/sccache-action@v0.0.9 - uses: msys2/setup-msys2@v2