Skip to content

Commit 8fd7058

Browse files
authored
Update cmake.yml
1 parent 087d650 commit 8fd7058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626

2727
- name: Install Qt
2828
uses: jurplel/install-qt-action@v3
2929
with:
30-
version: '6.2.*'
30+
version: '6.5.*'
3131
modules: qt5compat
3232

3333
- name: Dependencies

0 commit comments

Comments
 (0)