Skip to content

Commit

Permalink
Merge pull request #104 from guerinoni/dependabot/github_actions/jurp…
Browse files Browse the repository at this point in the history
…lel/install-qt-action-4.1.1

Bump jurplel/install-qt-action from 4.0.0 to 4.1.1
  • Loading branch information
guerinoni authored Nov 18, 2024
2 parents e828f0d + 9e15d1c commit 459d12a
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 459d12a

Please sign in to comment.