Bump crazy-max/ghaction-import-gpg from 4 to 5 #54

Merged
dependabot[bot] merged 1 commit from dependabot/github_actions/crazy-max/ghaction-import-gpg-5 into main 2022-06-01 22:14:23 +02:00
Showing only changes of commit 8dc0fbf655 - Show all commits

View file

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
token: ${{ secrets.GIT_ACTION_TOKEN }} token: ${{ secrets.GIT_ACTION_TOKEN }}
- uses: crazy-max/ghaction-import-gpg@v4 - uses: crazy-max/ghaction-import-gpg@v5
with: with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }} passphrase: ${{ secrets.GPG_PASSPHRASE }}