From c1326e9b479645bd54b460cdc43fb6f347fa84f7 Mon Sep 17 00:00:00 2001 From: Felanbird <41973452+Felanbird@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:56:01 -0500 Subject: [PATCH] chore(deps): update ccache-action back to upstream repo (#5233) --- .github/workflows/build.yml | 2 +- .github/workflows/test-windows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d5c1edd3..bf692e83f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -197,7 +197,7 @@ jobs: - name: Setup sccache (Windows) # sccache v0.5.3 - uses: nerixyz/ccache-action@9a7e8d00116ede600ee7717350c6594b8af6aaa5 + uses: hendrikmuhs/ccache-action@v1.2.12 if: startsWith(matrix.os, 'windows') with: variant: sccache diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index e47938ac3..6b3c43407 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -73,7 +73,7 @@ jobs: - name: Setup sccache # sccache v0.5.3 - uses: nerixyz/ccache-action@9a7e8d00116ede600ee7717350c6594b8af6aaa5 + uses: hendrikmuhs/ccache-action@v1.2.12 with: variant: sccache # only save on the default (master) branch