From 88073efabe33e2b5c327d6cb6dfc07bf382b8885 Mon Sep 17 00:00:00 2001 From: Martin Marmsoler Date: Sun, 12 Nov 2023 20:17:52 +0100 Subject: [PATCH] update action --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ccade5cb..491fcc4a5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -210,7 +210,7 @@ jobs: perl-version: '5.30' - name: Install Qt - uses: jurplel/install-qt-action@v2.13.0 + uses: jurplel/install-qt-action@v3.3.0 timeout-minutes: 10 if: "!matrix.qt.check_only" with: @@ -222,7 +222,7 @@ jobs: modules: qtwebengine - name: Install Qt - uses: jurplel/install-qt-action@v2.13.0 + uses: jurplel/install-qt-action@v3.3.0 timeout-minutes: 10 if: matrix.qt.check_only with: