From 9e15d1c602d1717241d545a62b431ed9bc5e7098 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 08:51:10 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 4.0.0 to 4.1.1 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 4.0.0 to 4.1.1. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v4.0.0...v4.1.1) --- updated-dependencies: - dependency-name: jurplel/install-qt-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 73efb3f..1b6acb1 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@v4.0.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/linuxPackage.yaml b/.github/workflows/linuxPackage.yaml index 8da5d24..60afb7f 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@v4.0.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 13f6003..1d96b5e 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@v4.0.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }} diff --git a/.github/workflows/w10.yaml b/.github/workflows/w10.yaml index 7e4d5ce..352fd76 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@v4.0.0 + uses: jurplel/install-qt-action@v4.1.1 with: version: ${{ matrix.qt_version }} arch: ${{ matrix.qtarch }}