Skip to content

Commit d3f9225

Browse files
Bump crazy-max/ghaction-import-gpg from 6.3.0 to 7.0.0 (#613)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df3d1e2 commit d3f9225

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
}]
3939
4040
- name: Import GPG key
41-
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
41+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
4242
with:
4343
gpg_private_key: ${{ secrets.GPG_KEY }}
4444
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git config user.signingkey CB5831CAFA9D8C6AFA9FC9DA67E69853B952BA35
4444
4545
- name: Import GPG key
46-
uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
46+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
4747
with:
4848
gpg_private_key: ${{ secrets.GPG_KEY }}
4949
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)