Skip to content

Commit a4b79d6

Browse files
Bump crazy-max/ghaction-import-gpg from 5 to 6 (#31)
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 35dbbd9 commit a4b79d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
p12-file-base64: ${{ secrets.CODESIGN_CERT_P12 }}
2525
p12-password: ${{ secrets.CODESIGN_CERT_P12_PWD }}
2626

27-
- uses: crazy-max/ghaction-import-gpg@v5
27+
- uses: crazy-max/ghaction-import-gpg@v6
2828
with:
2929
fingerprint: "${{ secrets.GPG_FINGERPRINT }}"
3030
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)