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

This commit is contained in:
Seth Flynn
2025-08-15 09:54:02 -04:00
committed by GitHub

View File

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