diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-08 22:40:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-08 22:40:41 +0000 |
commit | fca40c1c6b336cd4231852737fa817e1dd958c01 (patch) | |
tree | 175f05dd2c336bc8866bdf895614bd1bdd31ebd4 /.github | |
parent | d5d5d66e0392ffc3b8b54d29fa738b3fc9576a7b (diff) | |
download | PrismLauncher-fca40c1c6b336cd4231852737fa817e1dd958c01.tar.gz PrismLauncher-fca40c1c6b336cd4231852737fa817e1dd958c01.tar.bz2 PrismLauncher-fca40c1c6b336cd4231852737fa817e1dd958c01.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.6
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 51b5a81d..406d079c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -143,7 +143,7 @@ jobs: - name: Setup ccache if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug' - uses: hendrikmuhs/ccache-action@v1.2.5 + uses: hendrikmuhs/ccache-action@v1.2.6 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} |