Bump import-gpg action

This commit is contained in:
CrazyMax 2020-05-17 23:30:01 +02:00
parent 0122c3b611
commit aa1fbb5b7f
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ jobs:
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v1
uses: crazy-max/ghaction-import-gpg@v2
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY_TEST }}
PASSPHRASE: ${{ secrets.PASSPHRASE_TEST }}

View File

@ -98,7 +98,7 @@ If [signing is enabled](https://goreleaser.com/customization/#Signing) in your G
-
name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v1
uses: crazy-max/ghaction-import-gpg@v2
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
PASSPHRASE: ${{ secrets.PASSPHRASE }}