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

This commit is contained in:
Alexandru Ionut Tripon 2026-04-15 20:38:24 +00:00 committed by GitHub
commit 8901da68c7
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 }}