aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authortxtsd <code@ihavea.quest>2022-10-21 22:13:09 +0530
committerGitHub <noreply@github.com>2022-10-21 22:13:09 +0530
commit819296cc9c31f539af70c8760ff43f8a397ae783 (patch)
tree5de83986a53f8241dbe3b745ec17ee7ff3a62da2 /.github/workflows/build.yml
parent67c7d80f4129c56080b47828b0a859d5dc323df8 (diff)
parent09e4e100a2a2cd02167365573c447a09974f28b2 (diff)
downloadPrismLauncher-819296cc9c31f539af70c8760ff43f8a397ae783.tar.gz
PrismLauncher-819296cc9c31f539af70c8760ff43f8a397ae783.tar.bz2
PrismLauncher-819296cc9c31f539af70c8760ff43f8a397ae783.zip
Merge pull request #198 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
Diffstat (limited to '.github/workflows/build.yml')
-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 b30388d7..b6400791 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.1
+ uses: hendrikmuhs/ccache-action@v1.2.3
with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}