diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-01-09 09:41:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-09 09:41:32 +0100 |
commit | bb1c387a9893f849dd2d65a2ba6df1723668583a (patch) | |
tree | 096bc24bfeb56ed120d9552a3be083323288bf72 /.github/workflows/build.yml | |
parent | 38ce37b6fd4eea2fb94919e2943905f726fef436 (diff) | |
parent | 7fdc81236e36a092dc1cdb9e7237e50d705228c6 (diff) | |
download | PrismLauncher-bb1c387a9893f849dd2d65a2ba6df1723668583a.tar.gz PrismLauncher-bb1c387a9893f849dd2d65a2ba6df1723668583a.tar.bz2 PrismLauncher-bb1c387a9893f849dd2d65a2ba6df1723668583a.zip |
Merge pull request #722 from PrismLauncher/renovate/actions-cache-3.x
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 406d079c..9d75a457 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -165,7 +165,7 @@ jobs: - name: Retrieve ccache cache (Windows MinGW-w64) if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug' - uses: actions/cache@v3.2.2 + uses: actions/cache@v3.2.3 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |