Skip to content

Commit

Permalink
Merge pull request Coding-Bunker#87 from Coding-Bunker/dependabot/git…
Browse files Browse the repository at this point in the history
…hub_actions/jurplel/install-qt-action-4.0.0

Bump jurplel/install-qt-action from 3.3.0 to 4.0.0
  • Loading branch information
guerinoni authored May 20, 2024
2 parents d402146 + cc25b7d commit 6744a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Installing Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4.0.0
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: Installing Qt
uses: jurplel/install-qt-action@v3.3.0
uses: jurplel/install-qt-action@v4.0.0
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-w10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit 6744a15

Please sign in to comment.