Skip to content

Commit

Permalink
Merge pull request #219 from senacor/dependabot/github_actions/crazy-…
Browse files Browse the repository at this point in the history
…max/ghaction-import-gpg-6

Bump crazy-max/ghaction-import-gpg from 5 to 6
  • Loading branch information
xtermi2 authored Nov 13, 2023
2 parents 29b8430 + 5060b62 commit dbd59e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Import GPG key to sign maven build artifacts
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Import GPG key to sign maven build artifacts
uses: crazy-max/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit dbd59e6

Please sign in to comment.