From 21288b63fd30f83443228abb6482d2e8db15d6c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:07:15 +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/build_android_signed.yml | 2 +- .github/workflows/build_android_unsigned.yml | 2 +- .github/workflows/ubuntu22_build_test_qt6.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_android_signed.yml b/.github/workflows/build_android_signed.yml index 652939456..64db496de 100644 --- a/.github/workflows/build_android_signed.yml +++ b/.github/workflows/build_android_signed.yml @@ -46,7 +46,7 @@ jobs: run: sudo apt-mark hold grub-efi-amd64-signed - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ env.QT_VERSION }} host: linux diff --git a/.github/workflows/build_android_unsigned.yml b/.github/workflows/build_android_unsigned.yml index f62938aa2..680fcefad 100644 --- a/.github/workflows/build_android_unsigned.yml +++ b/.github/workflows/build_android_unsigned.yml @@ -36,7 +36,7 @@ jobs: run: sudo apt-mark hold grub-efi-amd64-signed - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ env.QT_VERSION }} host: linux diff --git a/.github/workflows/ubuntu22_build_test_qt6.yml b/.github/workflows/ubuntu22_build_test_qt6.yml index e735e1309..b3877322f 100644 --- a/.github/workflows/ubuntu22_build_test_qt6.yml +++ b/.github/workflows/ubuntu22_build_test_qt6.yml @@ -28,7 +28,7 @@ jobs: submodules: recursive - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: 6.5 modules: qtcharts