From 06085d59cbf33d1a6f31841aa5990ec594149f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 02:27:22 +0000 Subject: [PATCH] build(deps): 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/ci.yml | 2 +- .github/workflows/release-plz.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99a2a90..2c40eb3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: fetch-depth: 0 submodules: "true" - - uses: mozilla-actions/sccache-action@v0.0.9 + - uses: mozilla-actions/sccache-action@v0.0.10 - uses: jdx/mise-action@v4 with: # version 2025.5.11, a symlink is created for rust setup diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index bc9c144..cf20984 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: mozilla-actions/sccache-action@v0.0.9 + - uses: mozilla-actions/sccache-action@v0.0.10 - uses: dtolnay/rust-toolchain@stable - uses: release-plz/action@v0.5 with: @@ -53,7 +53,7 @@ jobs: uses: actions/checkout@v6 with: fetch-depth: 0 - - uses: mozilla-actions/sccache-action@v0.0.9 + - uses: mozilla-actions/sccache-action@v0.0.10 - uses: dtolnay/rust-toolchain@stable - uses: release-plz/action@v0.5 with: