From b7051556ed358bcdc36b92743a55ca9a01ee7f73 Mon Sep 17 00:00:00 2001 From: Timo Zingel Date: Sun, 5 Apr 2026 00:45:32 +0200 Subject: [PATCH] docs: Upgrade import GPG action version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22e2e9c..13118c9 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,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@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}