Skip to content

Commit 1e6fe03

Browse files
workflows: bump crazy-max/ghaction-import-gpg from 4 to 5 (fluent#5506)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4 to 5. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v4...v5) --- updated-dependencies: - dependency-name: crazy-max/ghaction-import-gpg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9db0674 commit 1e6fe03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/call-build-linux-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229

230230
- name: Import GPG key for signing
231231
id: import_gpg
232-
uses: crazy-max/ghaction-import-gpg@v4
232+
uses: crazy-max/ghaction-import-gpg@v5
233233
with:
234234
gpg_private_key: ${{ secrets.gpg_private_key }}
235235
passphrase: ${{ secrets.gpg_private_key_passphrase }}

.github/workflows/remove-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Import GPG key for signing
2929
id: import_gpg
30-
uses: crazy-max/ghaction-import-gpg@v4
30+
uses: crazy-max/ghaction-import-gpg@v5
3131
with:
3232
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
3333
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}

.github/workflows/staging-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Import GPG key for signing
8383
id: import_gpg
84-
uses: crazy-max/ghaction-import-gpg@v4
84+
uses: crazy-max/ghaction-import-gpg@v5
8585
with:
8686
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
8787
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}

0 commit comments

Comments
 (0)