From 568e2691db2df480dc12c6d6d85f3d429446947f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:27:34 +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/BuildPR.yml | 2 +- .github/workflows/Release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildPR.yml b/.github/workflows/BuildPR.yml index aecd2764..74b6ca50 100644 --- a/.github/workflows/BuildPR.yml +++ b/.github/workflows/BuildPR.yml @@ -77,7 +77,7 @@ jobs: fetch-depth: 0 submodules: true - name: Install qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: 5.12.12 - name: Build with CMake ${{ matrix.task }} diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 3ece0503..c959202c 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 submodules: true - name: Install qt - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: mirror: http://ftp.fau.de/qtproject/ version: 5.12.12