From fa2c1e73b7704e908a1ddbf7b8fa194e8c4652d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 17:37:12 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 3 to 4 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 3 to 4. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v3...v4) --- 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/AppBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/AppBuild.yml b/.github/workflows/AppBuild.yml index 972ae302..9307ff6a 100644 --- a/.github/workflows/AppBuild.yml +++ b/.github/workflows/AppBuild.yml @@ -50,7 +50,7 @@ jobs: version: ${{ env.CONAN_VERSION }} - name: Install Qt gcc_64 - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: aqtversion: ${{ env.AQT_VERSION }} py7zrversion: ${{ env.PY7ZR_VERSION }} @@ -70,7 +70,7 @@ jobs: - name: Install Qt wasm multithread if: matrix.build_profile == 'wasm_release' - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: aqtversion: ${{ env.AQT_VERSION }} py7zrversion: ${{ env.PY7ZR_VERSION }}