Skip to content

Commit

Permalink
fix: bump crazy-max/ghaction-import-gpg from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg) from 4 to 5.
- [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@v4...v5)

---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and mergify[bot] committed May 27, 2022
1 parent 8cef277 commit 344e3a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ runs:
path: main-repo
ref: v${{ inputs.current_version }}
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ inputs.gpg_private_key }}
passphrase: ${{ inputs.gpg_passphrase }}
Expand All @@ -50,7 +50,7 @@ runs:
ref: main
name: Checkout the custom tap
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ inputs.gpg_private_key }}
passphrase: ${{ inputs.gpg_passphrase }}
Expand Down

0 comments on commit 344e3a5

Please sign in to comment.