From ee5d51cedc6ba3b169720a534eb9e3cf90bd49cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 11:27:00 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action from 0.0.3 to 0.0.4 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.3 to 0.0.4. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.3...v0.0.4) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 86656b2..21f6a6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: cache-directories: ~/.cache/sccache - - uses: mozilla-actions/sccache-action@v0.0.3 + - uses: mozilla-actions/sccache-action@v0.0.4 - run: | echo "SCCACHE_GHA_ENABLED=true" >>$GITHUB_ENV echo "RUSTC_WRAPPER=sccache" >>$GITHUB_ENV