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

This commit is contained in:
renovate[bot]
2024-08-05 20:02:40 +00:00
committed by GitHub
parent 0308710211
commit 128827cef5
+1 -1
View File
@@ -160,7 +160,7 @@ jobs:
- name: Setup ccache - name: Setup ccache
if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug' if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
uses: hendrikmuhs/ccache-action@v1.2.13 uses: hendrikmuhs/ccache-action@v1.2.14
with: with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}