mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-16 07:26:20 -04:00
chore(deps): update actions/cache action to v4.2.4
This commit is contained in:
parent
0e38deb199
commit
a1956ec53a
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user