Skip to content

Commit

Permalink
bump crazy-max/ghaction-import-gpg version from 4 to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
xtermi2 committed Feb 25, 2023
1 parent f965927 commit 68f31de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ updates:
versions:
- 7.17.x
- 8.x
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
4 changes: 2 additions & 2 deletions .github/workflows/maven-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Import GPG key to sign maven build artifacts
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Import GPG key to sign maven build artifacts
uses: crazy-max/ghaction-import-gpg@v4
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.GPG_SECRET_KEYS }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down

0 comments on commit 68f31de

Please sign in to comment.