diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-01-15 13:40:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-15 13:40:16 +0000 |
commit | 7992b7eb896f132b0e0aeebc67a491c220b9b031 (patch) | |
tree | 43ce01331add7f14794f1521d429df3f64682b06 | |
parent | a5c8b166fe70c430548196f0883ca1aaff816c23 (diff) | |
download | PrismLauncher-7992b7eb896f132b0e0aeebc67a491c220b9b031.tar.gz PrismLauncher-7992b7eb896f132b0e0aeebc67a491c220b9b031.tar.bz2 PrismLauncher-7992b7eb896f132b0e0aeebc67a491c220b9b031.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.8
-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 5d4004d0..1373815c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -145,7 +145,7 @@ jobs: - name: Setup ccache if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug' - uses: hendrikmuhs/ccache-action@v1.2.7 + uses: hendrikmuhs/ccache-action@v1.2.8 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }} |