From 914db43613c8fc92613b61a27e47a570a956da71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:28:27 +0000 Subject: [PATCH] Bump jurplel/install-qt-action from 2 to 3 Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 2 to 3. - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v2...v3) --- 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/windows-build-qt6.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-build-qt6.yml b/.github/workflows/windows-build-qt6.yml index 3ec8a6e..bc34ea7 100644 --- a/.github/workflows/windows-build-qt6.yml +++ b/.github/workflows/windows-build-qt6.yml @@ -28,7 +28,7 @@ jobs: key: ${{ runner.os }}-QtCache2 - name: Install Qt - uses: jurplel/install-qt-action@v2 + uses: jurplel/install-qt-action@v3 with: version: '6.3.0' cached: ${{ steps.cache-qt.outputs.cache-hit }}