Merge pull request #197 from PrismLauncher/renovate/actions-cache-3.x

This commit is contained in:
txtsd 2022-10-21 22:12:48 +05:30 committed by Sefa Eyeoglu
parent c984e9b5d6
commit 58bd449db8
No known key found for this signature in database
GPG Key ID: C10411294912A422

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 }}