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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

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

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