From 5de7ea8c9a693fc4fc0ab08797e72df30d4786fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:23:38 +0000 Subject: [PATCH] build(deps): 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/building.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/building.yml b/.github/workflows/building.yml index 3c5befc..649d4ee 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - 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.6 + uses: mozilla-actions/sccache-action@v0.0.7 - name: Enable sccache run: | echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV