From 8fec3134444d3cf4b77798ba6096e8750d89c75d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:50:22 +0000 Subject: [PATCH] build(deps): 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.yml | 14 +++++++------- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ac4f4dab..d474a5037 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -99,7 +99,7 @@ jobs: sudo apt install libpulse-dev lcov libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxkbcommon-x11-0 - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -183,7 +183,7 @@ jobs: sudo apt install libpulse-dev libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-render-util0 libxcb-xinerama0 libxcb-cursor0 libxkbcommon-x11-0 libgstreamer-plugins-base1.0-0 zsync xvfb - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -298,7 +298,7 @@ jobs: submodules: recursive - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -386,7 +386,7 @@ jobs: submodules: recursive - name: Install Qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -533,7 +533,7 @@ jobs: sudo apt install libpulse-dev - name: Install Qt (host) - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -542,7 +542,7 @@ jobs: arch: gcc_64 - name: Install Qt (android) - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} @@ -551,7 +551,7 @@ jobs: arch: android_armv7 - name: Install Qt (android ARM64) - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b2381f39c..116fe5506 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -32,7 +32,7 @@ jobs: - name: Install Qt if: matrix.language == 'cpp' - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: cache: true version: ${{ env.QT_VERSION }}