aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-11-02 23:02:32 +0000
committerGitHub <noreply@github.com>2022-11-02 23:02:32 +0000
commit7eb0b1c69af3feb0c6dcce1e3293c42e11caede7 (patch)
tree54119a96e41518a984d637ff2a249c194965e3c1 /.github
parent094b57bb2303af12a50f9c269d2d9de26798c1b7 (diff)
downloadPrismLauncher-7eb0b1c69af3feb0c6dcce1e3293c42e11caede7.tar.gz
PrismLauncher-7eb0b1c69af3feb0c6dcce1e3293c42e11caede7.tar.bz2
PrismLauncher-7eb0b1c69af3feb0c6dcce1e3293c42e11caede7.zip
chore(deps): update hendrikmuhs/ccache-action action to v1.2.4
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 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 }}