From bdb92c8f3c0db2a449b0fe2b0f49a8fd109fc6d6 Mon Sep 17 00:00:00 2001 From: Mat Sutcliffe Date: Fri, 28 Oct 2022 18:42:55 +0100 Subject: [PATCH] [CI] Update version of install-qt-action --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1335114a9..6f457dd4d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -83,7 +83,7 @@ jobs: steps: - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} - name: Download InstallBuilder @@ -165,12 +165,12 @@ jobs: steps: - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} arch: win64_msvc2019_64 - name: Install Qt debug info - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} arch: win64_msvc2019_64 @@ -252,12 +252,12 @@ jobs: steps: - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} arch: win32_msvc2019 - name: Install Qt debug info - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} arch: win32_msvc2019 @@ -333,7 +333,7 @@ jobs: steps: - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.qt_version }} - name: Download InstallBuilder