chore(deps): update ccache-action back to upstream repo (#5233)

This commit is contained in:
Felanbird
2024-03-03 18:56:01 -05:00
committed by GitHub
parent 77cfd1393c
commit c1326e9b47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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