aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorflow <flowlnlnln@gmail.com>2022-11-02 16:50:47 -0700
committerGitHub <noreply@github.com>2022-11-02 16:50:47 -0700
commit2958ffa73fb50033d9ec863c8c25ba629890a4f0 (patch)
tree54119a96e41518a984d637ff2a249c194965e3c1
parent094b57bb2303af12a50f9c269d2d9de26798c1b7 (diff)
parent7eb0b1c69af3feb0c6dcce1e3293c42e11caede7 (diff)
downloadPrismLauncher-2958ffa73fb50033d9ec863c8c25ba629890a4f0.tar.gz
PrismLauncher-2958ffa73fb50033d9ec863c8c25ba629890a4f0.tar.bz2
PrismLauncher-2958ffa73fb50033d9ec863c8c25ba629890a4f0.zip
Merge pull request #382 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dd2c0599..c74d8c4f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -104,7 +104,7 @@ jobs:
- name: Setup ccache
if: runner.os != 'Windows' && inputs.build_type == 'Debug'
- uses: hendrikmuhs/ccache-action@v1.2.3
+ uses: hendrikmuhs/ccache-action@v1.2.4
with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}