diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-12-27 13:54:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-27 13:54:00 +0100 |
commit | 4d334b645d0e230c19fa4756a4cbec28dce744d7 (patch) | |
tree | 36fced86de28b561b152c16b8a35c4f401d7d3b4 /.github | |
parent | 6ea1234a3bb9787a77680ff528f21bdf1e40989c (diff) | |
parent | 58d3779efb3d7517a62345ea58d31748753890c6 (diff) | |
download | PrismLauncher-4d334b645d0e230c19fa4756a4cbec28dce744d7.tar.gz PrismLauncher-4d334b645d0e230c19fa4756a4cbec28dce744d7.tar.bz2 PrismLauncher-4d334b645d0e230c19fa4756a4cbec28dce744d7.zip |
Merge pull request #681 from PrismLauncher/renovate/actions-cache-3.x
Diffstat (limited to '.github')
-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 f415741d..14c5b5e5 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.1 + uses: actions/cache@v3.2.2 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64 |