From c73aef9e55b5233996dae96f843c1ea36c621f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:51:30 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 3.3.0 to 4.0.0 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 3.3.0 to 4.0.0. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v3.3.0...v4.0.0) --- 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/linux.yaml | 2 +- .github/workflows/linuxPackage.yaml | 2 +- .github/workflows/macos.yaml | 2 +- .github/workflows/w10.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/linux.yaml b/.github/workflows/linux.yaml index 1367337..73efb3f 100644 --- a/.github/workflows/linux.yaml +++ b/.github/workflows/linux.yaml @@ -18,7 +18,7 @@ jobs: submodules: 'recursive' - name: Installing Qt - uses: jurplel/install-qt-action@v3.3.0 + uses: jurplel/install-qt-action@v4.0.0 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/linuxPackage.yaml b/.github/workflows/linuxPackage.yaml index 9d2d135..8da5d24 100644 --- a/.github/workflows/linuxPackage.yaml +++ b/.github/workflows/linuxPackage.yaml @@ -27,7 +27,7 @@ jobs: sudo apt install libgl-dev libx11-dev libxkbcommon-x11-dev - name: Installing Qt - uses: jurplel/install-qt-action@v3.3.0 + uses: jurplel/install-qt-action@v4.0.0 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 3b02b00..13f6003 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -18,7 +18,7 @@ jobs: submodules: 'recursive' - name: Installing Qt - uses: jurplel/install-qt-action@v3.3.0 + uses: jurplel/install-qt-action@v4.0.0 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/w10.yaml b/.github/workflows/w10.yaml index fdafc8c..7e4d5ce 100644 --- a/.github/workflows/w10.yaml +++ b/.github/workflows/w10.yaml @@ -18,7 +18,7 @@ jobs: submodules: 'recursive' - name: Installing Qt - uses: jurplel/install-qt-action@v3.3.0 + uses: jurplel/install-qt-action@v4.0.0 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }}