Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit a0fa6c2

Browse files
Bump crazy-max/ghaction-import-gpg from 3.2.0 to 4 (#139)
* Bump crazy-max/ghaction-import-gpg from 3.2.0 to 4 Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 3.2.0 to 4. - [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases) - [Changelog](https://github.com/crazy-max/ghaction-import-gpg/blob/master/CHANGELOG.md) - [Commits](crazy-max/ghaction-import-gpg@v3.2.0...v4) --- 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]> * Update release.yml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Katsute <[email protected]>
1 parent bcc0944 commit a0fa6c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
uses: actions/[email protected]
1313

1414
- name: 🔐 Import GPG key
15-
uses: crazy-max/ghaction-import-gpg@v3.2.0
15+
uses: crazy-max/ghaction-import-gpg@v4
1616
with:
17-
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
17+
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
1818
passphrase: ${{ secrets.GPG_PASSPHRASE }}
1919

2020
- name: ☕ Install OpenJDK

0 commit comments

Comments
 (0)