From b8fb6568107c2ae89c39b53620b153e03db888b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:27:58 +0800 Subject: [PATCH] Bump mozilla-actions/sccache-action from 0.0.5 to 0.0.6 (#2241) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/downstream.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/downstream.yml b/.github/workflows/downstream.yml index 9cc598eb4..c0b92ed6f 100644 --- a/.github/workflows/downstream.yml +++ b/.github/workflows/downstream.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Sccache Setup - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: version: "v0.5.3" - name: Build maturin diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf0dfda4b..8d93c33e3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -116,7 +116,7 @@ jobs: sudo rm -rf /usr/share/dotnet sudo rm -rf /opt/ghc - name: Sccache Setup - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: version: "v0.7.6" - uses: actions/checkout@v4 @@ -238,7 +238,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Sccache Setup - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: version: "v0.7.6" - uses: actions/setup-python@v5 @@ -471,7 +471,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.5 + uses: mozilla-actions/sccache-action@v0.0.6 with: version: "v0.7.6" - uses: actions/setup-python@v5