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

This commit is contained in:
renovate[bot]
2025-12-12 02:03:11 +00:00
committed by GitHub
parent 40d1dccb9b
commit 52fe83f3c4

View File

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