diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-08-08 18:20:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 18:20:26 +0000 |
commit | d9cd6f9c5016080034e01289773b167a2f23f15b (patch) | |
tree | 08c0f33be62ca166001eeec0be0c36b7bdb58523 /.github | |
parent | 75c7df46a7022a46d447bb96fbde619e5d65db05 (diff) | |
download | PrismLauncher-d9cd6f9c5016080034e01289773b167a2f23f15b.tar.gz PrismLauncher-d9cd6f9c5016080034e01289773b167a2f23f15b.tar.bz2 PrismLauncher-d9cd6f9c5016080034e01289773b167a2f23f15b.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.10
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a7b8f652..432f39fb 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.9 + uses: hendrikmuhs/ccache-action@v1.2.10 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} |