Skip to content

Commit

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

build(deps): bump jurplel/install-qt-action from 4.0.0 to 4.1.0
  • Loading branch information
QQxiaoming authored Nov 8, 2024
2 parents 9641e0c + d34d81c commit 47a1a52
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
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4

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

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

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

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

0 comments on commit 47a1a52

Please sign in to comment.