From 71f3f4fbd9cf088c2a3cdb8bbfd38049c830437d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:59:54 +0000 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.1 to 0.0.3 Bumps [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action) from 0.0.1 to 0.0.3. - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.1...v0.0.3) --- 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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c90857345..f296048ff 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -124,7 +124,7 @@ jobs: sudo rm -rf /usr/share/dotnet sudo rm -rf /opt/ghc - name: Sccache Setup - uses: mozilla-actions/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.3 with: version: "v0.4.0-pre.10" - uses: actions/checkout@v3 @@ -440,7 +440,7 @@ jobs: # Caching - name: Sccache Setup if: ${{ steps.changes.outputs.changed == 'true' || contains(github.event.pull_request.labels.*.name, 'release') }} - uses: mozilla-actions/sccache-action@v0.0.1 + uses: mozilla-actions/sccache-action@v0.0.3 with: version: "v0.4.0-pre.10" - uses: actions/setup-python@v4