Skip to content

Commit

Permalink
Bump jurplel/install-qt-action from 3 to 4
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 to 4.
- [Release notes](https://github.com/jurplel/install-qt-action/releases)
- [Commits](jurplel/install-qt-action@v3...v4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 751af08 commit fa2c1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/AppBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
version: ${{ env.CONAN_VERSION }}

- name: Install Qt gcc_64
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
aqtversion: ${{ env.AQT_VERSION }}
py7zrversion: ${{ env.PY7ZR_VERSION }}
Expand All @@ -70,7 +70,7 @@ jobs:

- name: Install Qt wasm multithread
if: matrix.build_profile == 'wasm_release'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
aqtversion: ${{ env.AQT_VERSION }}
py7zrversion: ${{ env.PY7ZR_VERSION }}
Expand Down

0 comments on commit fa2c1e7

Please sign in to comment.