From 27e645f7792d6ac41d1d904de6dd7b53248453fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:12:46 +0000 Subject: [PATCH] ci: bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.9 to 0.0.10. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.9...v0.0.10) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/check.yml | 4 ++-- .github/workflows/draft.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b8d5da24..b9adca93 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -25,7 +25,7 @@ jobs: rustup component add clippy - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Clippy run: cargo clippy --all @@ -42,7 +42,7 @@ jobs: rustup component add rustfmt --toolchain nightly - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Rustfmt run: rustfmt +nightly --check **/*.rs diff --git a/.github/workflows/draft.yml b/.github/workflows/draft.yml index 448ad1fb..976dd90f 100644 --- a/.github/workflows/draft.yml +++ b/.github/workflows/draft.yml @@ -53,7 +53,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: ./scripts/build.sh ${{ matrix.target }} @@ -88,7 +88,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: cargo build --profile release-windows --locked --target ${{ matrix.target }} @@ -127,7 +127,7 @@ jobs: targets: ${{ matrix.target }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: ./scripts/build.sh ${{ matrix.target }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5072fb74..c00d7bca 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: run: rustup toolchain install stable --profile minimal - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@v0.0.10 - name: Build run: cargo build --verbose