Skip to content

Commit

Permalink
build(deps): bump jurplel/install-qt-action from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/jurplel/install-qt-action/releases)
- [Commits](jurplel/install-qt-action@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: jurplel/install-qt-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent f2ec8e4 commit 05d4a5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3.1.0
uses: jurplel/install-qt-action@v3.2.0
with:
version: '6.2.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3.1.0
uses: jurplel/install-qt-action@v3.2.0
with:
version: '6.2.0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Qt
uses: jurplel/install-qt-action@v3.1.0
uses: jurplel/install-qt-action@v3.2.0
with:
arch: win64_mingw81
version: '6.2.0'
Expand Down

0 comments on commit 05d4a5e

Please sign in to comment.