diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-11-03 19:50:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 19:50:27 +0000 |
commit | c6ab9718aea56ef2cfbe23856396fdb46d16ab75 (patch) | |
tree | 0a7386fc8b58b9b86714baef566e6dd4c31afbc3 | |
parent | 3e3ef038551b100b12678e21ac92ec8399bf9a62 (diff) | |
download | PrismLauncher-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.yml | 2 |
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 }} |