Skip to content

Commit ec9f5b5

Browse files
committed
chore: update gnupg version to 2.4.8 in release workflows
- update gnupg version in both qt5 and standard release workflows - changed from version 2.4.7 to 2.4.8
1 parent 4228a90 commit ec9f5b5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-qt5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
env:
4141
BUILD_TYPE: Release
42-
GNUPG_VERSION: "2.4.7"
42+
GNUPG_VERSION: "2.4.8"
4343

4444
jobs:
4545
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939

4040
env:
4141
BUILD_TYPE: Release
42-
GNUPG_VERSION: "2.4.7"
42+
GNUPG_VERSION: "2.4.8"
4343

4444
jobs:
4545
build:

0 commit comments

Comments
 (0)