From 01adc9b599d18ccf68a21adf854587e9c99367af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:26:24 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.6 to 0.0.7 Bumps [mozilla-actions/sccache-action](https://github.com/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 ... 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..c990fb95 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.7 - 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.7 - name: Set Rust cache env vars if: github.event_name != 'release' run: |