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