Skip to content

Commit 9c2a269

Browse files
Bump jdpurcell/install-qt-action from 4 to 5
Bumps [jdpurcell/install-qt-action](https://github.com/jdpurcell/install-qt-action) from 4 to 5. - [Commits](jdpurcell/install-qt-action@v4...v5) --- updated-dependencies: - dependency-name: jdpurcell/install-qt-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 42e01f8 commit 9c2a269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
# \todo Revert to only using jurplel's action when issue #248 is resolved.
9191
# \todo See https://github.com/jurplel/install-qt-action/issues/248
9292
if: contains(matrix.qt, '.') && matrix.arch == 'arm64' # ie if not using Ubuntu's Qt5/Qt6.
93-
uses: jdpurcell/install-qt-action@v4
93+
uses: jdpurcell/install-qt-action@v5
9494
with:
9595
version: ${{ matrix.qt }}
9696
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}

0 commit comments

Comments
 (0)