Skip to content

Commit fe1d02f

Browse files
dependabot[bot]fhussonnois
authored andcommitted
build(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 fdadc0b commit fe1d02f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
cache: 'maven'
4242

4343
- name: 'Import GPG key'
44-
uses: crazy-max/ghaction-import-gpg@v5
44+
uses: crazy-max/ghaction-import-gpg@v6
4545
with:
4646
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4747
passphrase: ${{ secrets.GPG_PASSPHRASE }}

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
cache: maven
5252

5353
- name: 'Import GPG key'
54-
uses: crazy-max/ghaction-import-gpg@v5
54+
uses: crazy-max/ghaction-import-gpg@v6
5555
with:
5656
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
5757
passphrase: ${{ secrets.GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)