chore(deps): update actions/cache action to v3.0.11
This commit is contained in:
parent
749b085063
commit
bdd5c180d3
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user