From 061863d34cce7e587cab85ccc36ba5caa660aff3 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Sun, 20 Apr 2025 11:37:18 -0600 Subject: [PATCH] Update sccache action to get CI working again --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 542c2dc..09044ea 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Setup sccache if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' - uses: mozilla-actions/sccache-action@v0.0.6 + uses: mozilla-actions/sccache-action@v0.0.8 - name: Configure sccache if: github.event_name != 'release' && github.event_name != 'workflow_dispatch' run: |