diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-21 14:55:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 14:55:49 +0000 |
commit | 09e4e100a2a2cd02167365573c447a09974f28b2 (patch) | |
tree | 5309d1c7cc06368d3d65cbe74db4fc2bff696608 /.github | |
parent | 749b085063f4ac14de64db7ffeef25fae9d60896 (diff) | |
download | PrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.tar.gz PrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.tar.bz2 PrismLauncher-09e4e100a2a2cd02167365573c447a09974f28b2.zip |
chore(deps): update hendrikmuhs/ccache-action action to v1.2.3
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 04c34754..8f48fa5c 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.1 + uses: hendrikmuhs/ccache-action@v1.2.3 with: key: ${{ matrix.os }}-qt${{ matrix.qt_ver }} |