Bump jurplel/install-qt-action from 3 to 4

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](https://github.com/jurplel/install-qt-action/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-13 14:03:23 +00:00 committed by Magne Sjaastad
parent 98aacf2a54
commit f1fa944c58
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ jobs:
sudo apt-get install --option="APT::Acquire::Retries=3" libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev sudo apt-get install --option="APT::Acquire::Retries=3" libxkbcommon-x11-0 libgl1-mesa-dev mesa-common-dev libglfw3-dev libglu1-mesa-dev
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: ${{ matrix.qtver }} version: ${{ matrix.qtver }}
dir: "${{ github.workspace }}/Qt/" dir: "${{ github.workspace }}/Qt/"

View File

@ -170,7 +170,7 @@ jobs:
sudo ./llvm.sh 16 all sudo ./llvm.sh 16 all
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: 5.12.12 version: 5.12.12
dir: "${{ github.workspace }}/Qt/" dir: "${{ github.workspace }}/Qt/"

View File

@ -43,7 +43,7 @@ jobs:
sudo apt-get install clang-tidy-15 clang-format-15 sudo apt-get install clang-tidy-15 clang-format-15
- name: Install Qt - name: Install Qt
uses: jurplel/install-qt-action@v3 uses: jurplel/install-qt-action@v4
with: with:
version: 5.12.12 version: 5.12.12
dir: "${{ github.workspace }}/Qt/" dir: "${{ github.workspace }}/Qt/"