chore(deps): update actions/cache action to v5.0.5

This commit is contained in:
renovate[bot] 2026-04-15 09:43:28 +00:00 committed by GitHub
parent 7e8db63882
commit da50f0e9e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,7 +91,7 @@ runs:
- name: Retrieve ccache cache (MinGW)
if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }}
uses: actions/cache@v5.0.4
uses: actions/cache@v5.0.5
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ runner.os }}-mingw-w64-ccache-${{ github.run_id }}