From 80bab0d2683a5a42022a42d9702c49c63efedc81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:03:46 +0000 Subject: [PATCH] chore: update mozilla-actions/sccache-action action to v0.0.6 --- .github/workflows/ci.yml | 2 +- .github/workflows/relesae-plz.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1dc0371..61fc5c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Run sccache-cache if: github.repository == 'YoloDev/rkyv-utils' - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Configure sccache if: github.repository == 'YoloDev/rkyv-utils' diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index a2903f7..bbaad59 100644 --- a/.github/workflows/relesae-plz.yml +++ b/.github/workflows/relesae-plz.yml @@ -35,7 +35,7 @@ jobs: - name: Run sccache-cache if: github.repository == 'YoloDev/rkyv-utils' - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Configure sccache if: github.repository == 'YoloDev/rkyv-utils'