Skip to content

Commit 308113a

Browse files
committed
chore(deps): update Qt6 and submodules to latest
* Upgrade Qt6 version in CI workflows for improved compatibility and access to latest features * Update `gpgme`, `openssl`, and `qttranslations` submodules to latest commits for security, localization, and stability * Ensures build and test environments remain current
1 parent b4edb84 commit 308113a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install Qt6
113113
uses: jurplel/install-qt-action@v4
114114
with:
115-
version: "6.8.3"
115+
version: "6.9.3"
116116
cache: "true"
117117
if: runner.os == 'Linux' || runner.os == 'macOS'
118118

.github/workflows/testing-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
- name: Install Qt6
135135
uses: jurplel/install-qt-action@v4
136136
with:
137-
version: "6.8.3"
137+
version: "6.9.3"
138138
cache: "true"
139139
if: runner.os == 'Linux' || runner.os == 'macOS'
140140

third_party/gpgme

Submodule gpgme updated from e17ba57 to e4adebe

third_party/openssl

Submodule openssl updated 1403 files

third_party/qttranslations

Submodule qttranslations updated 53 files

0 commit comments

Comments
 (0)