From 7bb9301b2ca659344b5baaaa6873d5928deaeda8 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 27 May 2022 14:41:30 +0200 Subject: [PATCH] chore(deps): bump ghaction-import-gpg to v5 (#359) Co-authored-by: CrazyMax Co-authored-by: Carlos Alexandro Becker --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e54d2..b9ff8e9 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ the [Import GPG](https://github.com/crazy-max/ghaction-import-gpg) GitHub Action - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v5 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}