aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2023-01-13 08:17:59 +0100
committerGitHub <noreply@github.com>2023-01-13 08:17:59 +0100
commitf7244fbf68febd2ea7543862dbcd69635ccb579b (patch)
treebde6ad07c3e7e871a9d133c6323e33828a83f279 /.github/workflows
parent5e89ba70797df863c7eeae9b147080e7dbdf6d3b (diff)
parent80eea05deb44ec0f156476f51af88daebd3e5d25 (diff)
downloadPrismLauncher-f7244fbf68febd2ea7543862dbcd69635ccb579b.tar.gz
PrismLauncher-f7244fbf68febd2ea7543862dbcd69635ccb579b.tar.bz2
PrismLauncher-f7244fbf68febd2ea7543862dbcd69635ccb579b.zip
Merge pull request #737 from PrismLauncher/renovate/hendrikmuhs-ccache-action-1.x
chore(deps): update hendrikmuhs/ccache-action action to v1.2.7
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d074863d..77e934e1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
- name: Setup ccache
if: (runner.os != 'Windows' || matrix.msystem == '') && inputs.build_type == 'Debug'
- uses: hendrikmuhs/ccache-action@v1.2.6
+ uses: hendrikmuhs/ccache-action@v1.2.7
with:
key: ${{ matrix.os }}-qt${{ matrix.qt_ver }}-${{ matrix.architecture }}