diff options
author | txtsd <code@ihavea.quest> | 2023-03-09 20:54:31 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 20:54:31 +0530 |
commit | abc2a529fb8ff63af6e5f9ab5443486be9e40f2f (patch) | |
tree | 0e04591323438d1033254c8f48cc1697ad15c10b | |
parent | 1dd96898e1e6c68146424a3af66b2734a88fc23e (diff) | |
parent | c638fd9056f7a9b86e899d32a8e85eae23e321e4 (diff) | |
download | PrismLauncher-abc2a529fb8ff63af6e5f9ab5443486be9e40f2f.tar.gz PrismLauncher-abc2a529fb8ff63af6e5f9ab5443486be9e40f2f.tar.bz2 PrismLauncher-abc2a529fb8ff63af6e5f9ab5443486be9e40f2f.zip |
Merge pull request #919 from PrismLauncher/renovate/actions-cache-3.x
-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 41eb5eb7..8a71d1c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -158,7 +158,7 @@ jobs: - name: Retrieve ccache cache (Windows MinGW-w64) if: runner.os == 'Windows' && matrix.msystem != '' && inputs.build_type == 'Debug' - uses: actions/cache@v3.2.6 + uses: actions/cache@v3.3.0 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-mingw-w64-ccache-${{ github.run_id }} |