chore(deps): update hendrikmuhs/ccache-action action to v1.2.23 (#5440)

This commit is contained in:
Alexandru Ionut Tripon 2026-04-22 19:03:01 +00:00 committed by GitHub
commit b65f25fcfe
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!
- name: Setup ccache
if: ${{ (runner.os != 'Windows' || inputs.msystem == '') && inputs.build-type == 'Debug' }}
uses: hendrikmuhs/ccache-action@v1.2.22
uses: hendrikmuhs/ccache-action@v1.2.23
with:
variant: sccache
create-symlink: ${{ runner.os != 'Windows' }}

View file

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