chore(deps): update actions/cache action to v4.2.4

This commit is contained in:
renovate[bot] 2025-08-11 06:44:42 +00:00 committed by GitHub
parent 0e38deb199
commit a1956ec53a
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) - name: Retrieve ccache cache (MinGW)
if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }} if: ${{ inputs.msystem != '' && inputs.build-type == 'Debug' }}
uses: actions/cache@v4.2.3 uses: actions/cache@v4.2.4
with: with:
path: '${{ github.workspace }}\.ccache' path: '${{ github.workspace }}\.ccache'
key: ${{ runner.os }}-mingw-w64-ccache-${{ github.run_id }} key: ${{ runner.os }}-mingw-w64-ccache-${{ github.run_id }}