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 Oct 20, 2023
1 parent 8767740 commit 01c99f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install Tools
run: sudo apt install clang
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
- name: Build
Expand All @@ -62,7 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
- name: Build
Expand Down Expand Up @@ -90,13 +90,13 @@ jobs:
- uses: actions/checkout@v4
- name: Install Qt (mingw)
if: ${{ contains(matrix.generator, 'mingw') }}
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
arch: ${{ matrix.arch }}
- name: Install Qt (msvc)
if: ${{ contains(matrix.generator, 'nmake') }}
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt }}
- name: Configure MSVC
Expand Down

0 comments on commit 01c99f4

Please sign in to comment.