Skip to content

Commit 19d34af

Browse files
chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6
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]>
1 parent 85f8206 commit 19d34af

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/gh_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Import GPG key
2525
id: import_gpg
26-
uses: crazy-max/ghaction-import-gpg@v5.2.0
26+
uses: crazy-max/ghaction-import-gpg@v6
2727
with:
2828
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2929
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Import GPG key
2525
id: import_gpg
26-
uses: crazy-max/ghaction-import-gpg@v5.2.0
26+
uses: crazy-max/ghaction-import-gpg@v6
2727
with:
2828
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
2929
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/snapshot-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

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

0 commit comments

Comments
 (0)