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

This commit is contained in:
Alexandru Ionut Tripon 2026-03-26 19:46:20 +00:00 committed by GitHub
commit 39bc1a72dc
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