From 300355a5d5052c25d4037a01c6cddfa99229cc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 07:33:53 +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/building.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index ed0b6c9..3c5befc 100644 --- a/.github/workflows/building.yml +++ b/.github/workflows/building.yml @@ -37,7 +37,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Enable sccache run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV @@ -87,7 +87,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Check for MSRV compliance env: SCCACHE_GHA_ENABLED: true @@ -120,7 +120,7 @@ jobs: with: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Enable sccache run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV @@ -154,7 +154,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Setup sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Enable sccache run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV