From 282580a7be9ef1ec9ed5044257412a1e5c0c0881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 15:17:48 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 2 to 3 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 2 to 3. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v2...v3) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/qt-ci-windows.yml | 2 +- .github/workflows/qt-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qt-ci-windows.yml b/.github/workflows/qt-ci-windows.yml index 151971cef9c..7f619eba2ba 100644 --- a/.github/workflows/qt-ci-windows.yml +++ b/.github/workflows/qt-ci-windows.yml @@ -110,7 +110,7 @@ jobs: git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 || true - name: Download Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/qt-ci.yml b/.github/workflows/qt-ci.yml index bab20ff50ad..1ebf2e4a502 100644 --- a/.github/workflows/qt-ci.yml +++ b/.github/workflows/qt-ci.yml @@ -133,7 +133,7 @@ jobs: xcode-version: latest-stable - name: Download Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: ${{ env.QT_VERSION }} dir: ${{ github.workspace }}