From 40e0bee60e014d1e285e2104062676aa1e6ba8d4 Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Sun, 28 Apr 2024 02:01:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Upgrade=20install=20qt=20action?= =?UTF-8?q?=20to=20`v3`=20to=20make=20CI=20work=20again?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6f61aa38..3e89a7e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -39,7 +39,7 @@ jobs: key: ${{ runner.os }}-QtCache-${{ matrix.version }}-modules - name: ⬇ Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ matrix.version }} dir: ${{ github.workspace }}/Qt-${{ runner.os }}-${{ matrix.version }}