Skip to content

Commit

Permalink
Merge pull request #82 from Coding-Bunker/dependabot/github_actions/j…
Browse files Browse the repository at this point in the history
…urplel/install-qt-action-4

Bump jurplel/install-qt-action from 3 to 4
  • Loading branch information
guerinoni authored Dec 5, 2023
2 parents c8b5293 + 6a9e693 commit 603d696
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
uses: jurplel/install-qt-action@v4
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
uses: jurplel/install-qt-action@v4
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
uses: jurplel/install-qt-action@v4
with:
version: ${{ matrix.qt_version }}
arch: ${{ matrix.qtarch }}
Expand Down

0 comments on commit 603d696

Please sign in to comment.