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

This commit is contained in:
renovate[bot] 2026-03-26 16:28:16 +00:00 committed by GitHub
parent 9f5f1bcf10
commit d0ac15a275
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -29,7 +29,7 @@ jobs:
submodules: "true" submodules: "true"
- name: Setup sccache - name: Setup sccache
uses: hendrikmuhs/ccache-action@v1.2.21 uses: hendrikmuhs/ccache-action@v1.2.22
with: with:
variant: sccache variant: sccache