Skip to content

Commit 716d8fa

Browse files
committed
Use install-qt-action v4
1 parent d0c26a9 commit 716d8fa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
## Install Qt
3838
- if: contains(matrix.arch, 'amd64')
3939
name: Install Qt (Ubuntu)
40-
uses: jurplel/install-qt-action@v3
40+
uses: jurplel/install-qt-action@v4
4141
with:
4242
version: ${{ matrix.qt-version }}
4343
host: 'linux'

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Install Qt
4949
- if: contains(matrix.arch, 'amd64')
5050
name: Install Qt
51-
uses: jurplel/install-qt-action@v3
51+
uses: jurplel/install-qt-action@v4
5252
with:
5353
version: ${{ matrix.qt-version }}
5454
host: 'linux'
@@ -123,7 +123,7 @@ jobs:
123123
shell: bash
124124
# Install Qt
125125
- name: Install Qt
126-
uses: jurplel/install-qt-action@v3
126+
uses: jurplel/install-qt-action@v4
127127
with:
128128
version: ${{ matrix.qt-version }}
129129
host: 'windows'

.github/workflows/utests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev xvfb libxcb-cursor0
2525
shell: bash
2626
- name: Install Qt
27-
uses: jurplel/install-qt-action@v3
27+
uses: jurplel/install-qt-action@v4
2828
with:
2929
version: '6.7.*'
3030
- name: Configure CMake

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
shell: bash
3636
## Install Qt
3737
- name: Install Qt
38-
uses: jurplel/install-qt-action@v3
38+
uses: jurplel/install-qt-action@v4
3939
with:
4040
version: ${{ matrix.qt-version }}
4141
host: 'windows'

0 commit comments

Comments
 (0)