From 52482b4da4febc8f5c5786415ac4838d0cb65e10 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 09:15:42 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.9 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.6 to 0.0.9. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.6...v0.0.9) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/steel.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/steel.yml b/.github/workflows/steel.yml index 86da8c66..4111b891 100644 --- a/.github/workflows/steel.yml +++ b/.github/workflows/steel.yml @@ -102,7 +102,7 @@ jobs: components: rustfmt, clippy - name: Run sccache-cache if: github.event_name != 'release' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Set Rust cache env vars if: github.event_name != 'release' run: | @@ -140,7 +140,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - name: Run sccache-cache if: github.event_name != 'release' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.9 - name: Set Rust cache env vars if: github.event_name != 'release' run: |