aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-03 19:50:27 +0000
committerGitHub <noreply@github.com>2022-11-03 19:50:27 +0000
commitc6ab9718aea56ef2cfbe23856396fdb46d16ab75 (patch)
tree0a7386fc8b58b9b86714baef566e6dd4c31afbc3
parent3e3ef038551b100b12678e21ac92ec8399bf9a62 (diff)
downloadPrismLauncher-c6ab9718aea56ef2cfbe23856396fdb46d16ab75.tar.gz
PrismLauncher-c6ab9718aea56ef2cfbe23856396fdb46d16ab75.tar.bz2
PrismLauncher-c6ab9718aea56ef2cfbe23856396fdb46d16ab75.zip
chore(deps): update hendrikmuhs/ccache-action action to v1.2.5
-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 c74d8c4f..ba8f9d38 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.4
+ uses: hendrikmuhs/ccache-action@v1.2.5
with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}