chore(deps): update actions/cache action to v3.0.11

This commit is contained in:
renovate[bot] 2022-10-21 14:55:42 +00:00 committed by GitHub
parent 749b085063
commit bdd5c180d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ jobs:
- name: Retrieve ccache cache (Windows)
if: runner.os == 'Windows' && inputs.build_type == 'Debug'
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.11
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}