diff options
author | txtsd <code@ihavea.quest> | 2022-10-21 22:12:48 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 22:12:48 +0530 |
commit | 67c7d80f4129c56080b47828b0a859d5dc323df8 (patch) | |
tree | 8a376b039c4328ce659abd48aac22e29a18a5e43 | |
parent | cbaf71f5817582ed9be944f1439cbae218811962 (diff) | |
parent | bdd5c180d324641c879153edd02064b0a1d08853 (diff) | |
download | PrismLauncher-67c7d80f4129c56080b47828b0a859d5dc323df8.tar.gz PrismLauncher-67c7d80f4129c56080b47828b0a859d5dc323df8.tar.bz2 PrismLauncher-67c7d80f4129c56080b47828b0a859d5dc323df8.zip |
Merge pull request #197 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 04c34754..b30388d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -126,7 +126,7 @@ jobs: - name: Retrieve ccache cache (Windows) if: runner.os == 'Windows' && inputs.build_type == 'Debug' - uses: actions/cache@v3.0.2 + uses: actions/cache@v3.0.11 with: path: '${{ github.workspace }}\.ccache' key: ${{ matrix.os }}-qt${{ matrix.qt_ver }} |