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

This commit is contained in:
renovate[bot]
2025-09-24 14:50:40 +00:00
committed by GitHub
parent e1a7f6cac4
commit eb26d655b0

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 }}