Skip to content

Commit

Permalink
Merge pull request #1 from QuardCRT-platform/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/jurplel/install-qt-action-4
  • Loading branch information
QQxiaoming authored May 21, 2024
2 parents 2371ac1 + 5a9fdbd commit c8e54e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
modules: 'qt5compat'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
modules: 'qt5compat'
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: '6.5.3'
modules: 'qt5compat'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
arch: win64_mingw
version: '6.5.3'
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
submodules: true

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
arch: 'win64_msvc2019_64'
version: '6.5.3'
Expand Down

0 comments on commit c8e54e6

Please sign in to comment.