chore(deps): update actions/cache action to v4.2.2 (#3451)

This commit is contained in:
Alexandru Ionut Tripon 2025-03-02 08:19:27 +02:00 committed by GitHub
commit 67d385fed2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ jobs:
- name: Retrieve ccache cache (Windows MinGW-w64)
if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug'
uses: actions/cache@v4.2.1
uses: actions/cache@v4.2.2
with:
path: '${{ github.workspace }}\.ccache'
key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }}