Skip to content

Commit

Permalink
Update "jurplel/install-qt-action" to v4
Browse files Browse the repository at this point in the history
Fix github-action warning:
"Node.js 16 actions are deprecated.
 Please update the following actions to use Node.js 20:
    jurplel/install-qt-action/"
  • Loading branch information
chris2511 committed Feb 11, 2024
1 parent d813ccc commit ef142d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: pip3 install sphinx

- name: Install Qt
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
arch: ${{matrix.winarch}}
version: ${{matrix.qt}}
Expand Down

0 comments on commit ef142d4

Please sign in to comment.