aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-10-21 14:55:49 +0000
committerGitHub <noreply@github.com>2022-10-21 14:55:49 +0000
commit09e4e100a2a2cd02167365573c447a09974f28b2 (patch)
tree5309d1c7cc06368d3d65cbe74db4fc2bff696608 /.github
parent749b085063f4ac14de64db7ffeef25fae9d60896 (diff)
downloadPrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.tar.gz
PrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.tar.bz2
PrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.zip
chore(deps): update hendrikmuhs/ccache-action action to v1.2.3
Diffstat (limited to '.github')
-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 04c34754..8f48fa5c 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 }}