From 7723594683cb112f4bd1c1c28f640bae72a76f1e Mon Sep 17 00:00:00 2001 From: Paul Sterl Date: Fri, 15 Dec 2023 15:23:48 +0100 Subject: [PATCH] using latest version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 908b32a..cec6df0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.PPG_KEY }} passphrase: ${{ secrets.PGP_PASSPHRASE }}