chore(deps): update actions/cache action to v6

This commit is contained in:
renovate[bot] 2026-06-26 23:40:14 +00:00 committed by GitHub
parent d2fa7cf7f7
commit bb4efb6283
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.5
uses: actions/cache@v6.1.0
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ runner.os }}-mingw-w64-ccache-${{ github.run_id }}