chore(deps): update actions/cache action to v5.0.3 (#4898)

This commit is contained in:
Alexandru Ionut Tripon 2026-01-30 13:09:59 +02:00 committed by GitHub
commit 7f9d5d07f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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