Skip to content

Commit

Permalink
Merge pull request #32 from QQxiaoming/dependabot/github_actions/jurp…
Browse files Browse the repository at this point in the history
…lel/install-qt-action-4.0.0

build(deps): bump jurplel/install-qt-action from 3.3.0 to 4.0.0
  • Loading branch information
QQxiaoming committed May 20, 2024
2 parents 31bf61d + 85177ac commit 4e245a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4.0.0
with:
version: '6.5.3'
aqtversion: ==3.1.7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4.0.0
with:
version: '6.5.3'
aqtversion: ==3.1.7
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4.0.0
with:
version: '6.5.3'
aqtversion: ==3.1.7
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

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

0 comments on commit 4e245a6

Please sign in to comment.