diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-12 22:06:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-12 22:06:50 +0000 |
commit | 80eea05deb44ec0f156476f51af88daebd3e5d25 (patch) | |
tree | bde6ad07c3e7e871a9d133c6323e33828a83f279 /.github | |
parent | 5e89ba70797df863c7eeae9b147080e7dbdf6d3b (diff) | |
download | PrismLauncher-80eea05deb44ec0f156476f51af88daebd3e5d25.tar.gz PrismLauncher-80eea05deb44ec0f156476f51af88daebd3e5d25.tar.bz2 PrismLauncher-80eea05deb44ec0f156476f51af88daebd3e5d25.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.7
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 d074863d..77e934e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: - name: Setup ccache if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug' - uses: hendrikmuhs/ccache-action@v1.2.6 + uses: hendrikmuhs/ccache-action@v1.2.7 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} |