aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2023-04-18 18:54:11 +0200
committerGitHub <noreply@github.com>2023-04-18 18:54:11 +0200
commit8dc3267925537d58a1e9418863b78e4cc55bd1c1 (patch)
tree0925410633ee5ac1aca82a9519ee79719707945e /.github/workflows/build.yml
parent1b053032506afc3b7ad9734aea461dc39101ba64 (diff)
parent51095c5a2722ed693c3ac3e2ec597601d00f491e (diff)
downloadPrismLauncher-8dc3267925537d58a1e9418863b78e4cc55bd1c1.tar.gz
PrismLauncher-8dc3267925537d58a1e9418863b78e4cc55bd1c1.tar.bz2
PrismLauncher-8dc3267925537d58a1e9418863b78e4cc55bd1c1.zip
Merge pull request #994 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 4369d249..663bfc5f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -152,7 +152,7 @@ jobs:
- name: Setup ccache
if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
- uses: hendrikmuhs/ccache-action@v1.2.8
+ uses: hendrikmuhs/ccache-action@v1.2.9
with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}