chore(deps): update hendrikmuhs/ccache-action action to v1.2.19

This commit is contained in:
renovate[bot]
2025-09-10 17:48:01 +00:00
committed by GitHub
parent 2ed5650c4f
commit 170071746f

View File

@@ -56,7 +56,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.18
uses: hendrikmuhs/ccache-action@v1.2.19
with:
variant: sccache
create-symlink: ${{ runner.os != 'Windows' }}