Skip to content

Commit

Permalink
Bump jurplel/install-qt-action from 4.0.0 to 4.1.1
Browse files Browse the repository at this point in the history
Bumps [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action) from 4.0.0 to 4.1.1.
- [Release notes](https://github.com/jurplel/install-qt-action/releases)
- [Commits](jurplel/install-qt-action@v4.0.0...v4.1.1)

---
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] authored Nov 18, 2024
1 parent e828f0d commit 9e15d1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: 'recursive'

- name: Installing Qt
uses: jurplel/install-qt-action@v4.0.0
uses: jurplel/install-qt-action@v4.1.1
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linuxPackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
sudo apt install libgl-dev libx11-dev libxkbcommon-x11-dev
- name: Installing Qt
uses: jurplel/install-qt-action@v4.0.0
uses: jurplel/install-qt-action@v4.1.1
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: 'recursive'

- name: Installing Qt
uses: jurplel/install-qt-action@v4.0.0
uses: jurplel/install-qt-action@v4.1.1
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/w10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: 'recursive'

- name: Installing Qt
uses: jurplel/install-qt-action@v4.0.0
uses: jurplel/install-qt-action@v4.1.1
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down

0 comments on commit 9e15d1c

Please sign in to comment.