chore(deps): update hendrikmuhs/ccache-action action to v1.2.21 (#5195)

This commit is contained in:
DioEgizio 2026-03-17 05:15:19 +00:00 committed by GitHub
commit d1252d4ea3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -55,7 +55,7 @@ runs:
# TODO(@getchoo): Get this working on MSYS2!
- name: Setup ccache
if: ${{ (runner.os != 'Windows' || inputs.msystem == '') && inputs.build-type == 'Debug' }}
uses: hendrikmuhs/ccache-action@v1.2.20
uses: hendrikmuhs/ccache-action@v1.2.21
with:
variant: sccache
create-symlink: ${{ runner.os != 'Windows' }}