diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-04-14 06:31:06 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 06:31:06 +0000 |
commit | 51095c5a2722ed693c3ac3e2ec597601d00f491e (patch) | |
tree | dd016e8276bd39f40cd4886fdf5e498b8482693b | |
parent | 95842ee25f3f495915f3956296bbcb90686e1658 (diff) | |
download | PrismLauncher-51095c5a2722ed693c3ac3e2ec597601d00f491e.tar.gz PrismLauncher-51095c5a2722ed693c3ac3e2ec597601d00f491e.tar.bz2 PrismLauncher-51095c5a2722ed693c3ac3e2ec597601d00f491e.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.9
-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 4369d249..663bfc5f 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.8 + uses: hendrikmuhs/ccache-action@v1.2.9 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} |