Skip to content

Commit 0e8eeba

Browse files
committed
Adjusted the github actions scripts
1 parent cc18812 commit 0e8eeba

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/linuxbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
qt: ['6.4.3', '6.5.3', '6.6.3', '6.7.3', '6.8.0']
17+
qt: ['6.4.3', '6.5.3', '6.6.3', '6.7.3', '6.8.3', '6.9.0']
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Installing Qt framework
23-
uses: jurplel/install-qt-action@v3
23+
uses: jurplel/install-qt-action@v4
2424
with:
2525
version: ${{ matrix.qt }}
2626

.github/workflows/macosbuild.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
qt: ['6.4.3', '6.5.3', '6.6.3', '6.7.3', '6.8.0']
17+
qt: ['6.4.3', '6.5.3', '6.6.3', '6.7.3', '6.8.3', '6.9.0']
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121

2222
- name: Installing PostgreSQL
2323
uses: tj-actions/install-postgresql@v3
2424
with:
2525
postgresql-version: 16
2626

2727
- name: Installing Qt framework
28-
uses: jurplel/install-qt-action@v3
28+
uses: jurplel/install-qt-action@v4
2929
with:
3030
version: ${{ matrix.qt }}
3131

.github/workflows/windowsbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
shell: msys2 {0}
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
2525

2626
- uses: msys2/setup-msys2@v2
2727
with:

0 commit comments

Comments
 (0)