From 57112e62618e07a833a261b0dbfd2f64cc22eb82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:54:20 +0100 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action (#40) Bumps the github-actions group with 1 update: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.6 to 0.0.7 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.6...v0.0.7) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 74f74a96..9b6d085c 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Setup Environment (PR) if: ${{ github.event_name == 'pull_request' }} @@ -189,7 +189,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt - - uses: mozilla-actions/sccache-action@v0.0.6 + - uses: mozilla-actions/sccache-action@v0.0.7 - uses: taiki-e/install-action@cargo-make - run: cargo make format-check @@ -206,7 +206,7 @@ jobs: with: toolchain: nightly-2024-11-30 - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Docs run: cargo doc --workspace --all-features --no-deps --document-private-items @@ -225,7 +225,7 @@ jobs: with: components: clippy - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 # TODO: We have a bunch of platform-dependent code so should # probably run this job on the full platform matrix @@ -252,7 +252,7 @@ jobs: with: toolchain: ${{ env.MSRV }} - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Check MSRV all features run: | diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 8aac4efc..4b49e366 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Generate Docs run: cargo doc --workspace --all-features --no-deps diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0e31c0f4..920815d6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -69,7 +69,7 @@ jobs: tool: nextest - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Select features run: | @@ -199,7 +199,7 @@ jobs: } - name: Install sccache - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.7 - uses: msys2/setup-msys2@v2