From 391d8b752c8ddcd9432f819c445b38e7611e8403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 23:44:03 +0000 Subject: [PATCH] ci: update mozilla-actions/sccache-action action to v0.0.10 --- .github/workflows/ci.yml | 2 +- .github/workflows/relesae-plz.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b85f55..fb79a90 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.9 + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - name: Configure sccache if: github.repository == 'YoloDev/rkyv-utils' diff --git a/.github/workflows/relesae-plz.yml b/.github/workflows/relesae-plz.yml index 1a31e44..f42edc8 100644 --- a/.github/workflows/relesae-plz.yml +++ b/.github/workflows/relesae-plz.yml @@ -39,7 +39,7 @@ jobs: - name: Run sccache-cache if: github.repository == 'YoloDev/rkyv-utils' - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - name: Configure sccache if: github.repository == 'YoloDev/rkyv-utils' @@ -100,7 +100,7 @@ jobs: - name: Run sccache-cache if: github.repository == 'YoloDev/rkyv-utils' - uses: mozilla-actions/sccache-action@v0.0.9 + uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - name: Configure sccache if: github.repository == 'YoloDev/rkyv-utils'