From aa1fbb5b7fc312030c862850ebce5e4a1a73a96d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 17 May 2020 23:30:01 +0200 Subject: [PATCH] Bump import-gpg action --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c141140..8e0a823 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }} diff --git a/README.md b/README.md index 98b329a..61a6738 100644 --- a/README.md +++ b/README.md @@ -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 }}