Skip to content

Commit 75e0f6d

Browse files
updated actions.
1 parent 6dc2f96 commit 75e0f6d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/actions.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -370,9 +370,9 @@ jobs:
370370
vs-version: '[17,18)' # 17.xx
371371
msbuild-architecture: x64
372372
- name: Install Qt
373-
uses: jurplel/install-qt-action@v4.1.1
373+
uses: jurplel/install-qt-action@v4
374374
with:
375-
version: 6.8.0
375+
version: 6.8
376376
host: windows
377377
target: desktop
378378
setup-python: false
@@ -421,9 +421,9 @@ jobs:
421421
steps:
422422
- uses: actions/checkout@main
423423
- name: Install Qt
424-
uses: jurplel/install-qt-action@v4.1.1
424+
uses: jurplel/install-qt-action@v4
425425
with:
426-
version: 6.8.0
426+
version: 6.8
427427
host: windows
428428
target: desktop
429429
setup-python: false
@@ -474,9 +474,9 @@ jobs:
474474
steps:
475475
- uses: actions/checkout@main
476476
- name: Install Qt
477-
uses: jurplel/install-qt-action@v4.1.1
477+
uses: jurplel/install-qt-action@v4
478478
with:
479-
version: 6.5.2
479+
version: 6.5
480480
host: windows
481481
target: desktop
482482
arch: win64_msvc2019_64

0 commit comments

Comments
 (0)