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

This commit is contained in:
renovate[bot]
2026-01-16 17:59:15 +00:00
committed by GitHub
parent 5f89187719
commit 70de524c3a

View File

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