From ac77afada331bf4b28982b90ea86918dd9a09b82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:20:02 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.5 to 0.0.6. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.6) --- 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d72ab9..b71c9e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: RUSTC_WRAPPER: "sccache" steps: - uses: actions/checkout@v4 - - uses: mozilla-actions/sccache-action@v0.0.5 + - uses: mozilla-actions/sccache-action@v0.0.6 - uses: jdx/mise-action@v2 with: experimental: true