From b13e42978c7ebea28815b4d49abbc4be6b922ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Tue, 2 Aug 2022 15:51:28 +0200 Subject: [PATCH] CI-windows.yml: use `v2` of `jurplel/install-qt-action` (#4331) --- .github/workflows/CI-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI-windows.yml b/.github/workflows/CI-windows.yml index 8466c5dfb..7d6780987 100644 --- a/.github/workflows/CI-windows.yml +++ b/.github/workflows/CI-windows.yml @@ -9,7 +9,7 @@ on: [push,pull_request] defaults: run: shell: cmd - + jobs: build: @@ -81,7 +81,7 @@ jobs: # no 32-bit Qt available - name: Install Qt ${{ matrix.qt_ver }} if: matrix.qt_ver != '' && matrix.arch == 'x64' - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v2 with: aqtversion: '==2.0.6' version: ${{ matrix.qt_ver }}