chore(deps): update actions/cache action to v4.3.0 (#4179)

This commit is contained in:
timoreo 2025-09-25 09:41:46 +02:00 committed by GitHub
commit e4fb28760b
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@v4.2.4
uses: actions/cache@v4.3.0
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ runner.os }}-mingw-w64-ccache-${{ github.run_id }}