Skip to content

Commit d743f7c

Browse files
workflows: bump crazy-max/ghaction-import-gpg from 5 to 6 (#7908)
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 5 to 6. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Commits](crazy-max/ghaction-import-gpg@v5...v6) --- 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 173f700 commit d743f7c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

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

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

.github/workflows/staging-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129

130130
- name: Import GPG key for signing
131131
id: import_gpg
132-
uses: crazy-max/ghaction-import-gpg@v5
132+
uses: crazy-max/ghaction-import-gpg@v6
133133
with:
134134
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
135135
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
@@ -218,7 +218,7 @@ jobs:
218218

219219
- name: Import GPG key for signing
220220
id: import_gpg
221-
uses: crazy-max/ghaction-import-gpg@v5
221+
uses: crazy-max/ghaction-import-gpg@v6
222222
with:
223223
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
224224
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
@@ -305,7 +305,7 @@ jobs:
305305
steps:
306306
- name: Import GPG key for signing
307307
id: import_gpg
308-
uses: crazy-max/ghaction-import-gpg@v5
308+
uses: crazy-max/ghaction-import-gpg@v6
309309
with:
310310
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
311311
passphrase: ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}

0 commit comments

Comments
 (0)