Bump install-qt-action to v4

This commit is contained in:
Dan Paulat 2025-01-23 22:07:14 -06:00
parent 1d564ff7b9
commit 85eadf6f93
2 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@ jobs:
submodules: recursive
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qt_arch_aqt }}

View file

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
include:
- name: linux64_clang-tidy
- name: linux_clang-tidy_x64
os: ubuntu-24.04
build_type: Release
env_cc: clang-17
@ -48,7 +48,7 @@ jobs:
path: clang-tidy-review
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qt_arch_aqt }}