From 145a2e69bc70807cc581f40bd4a1c0aacbc904a2 Mon Sep 17 00:00:00 2001 From: Boris Rizov Date: Fri, 24 Nov 2023 13:03:17 +0100 Subject: [PATCH] chore: update import-gpg step version --- .github/workflows/publish-maven.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-maven.yaml b/.github/workflows/publish-maven.yaml index 99ef3cd0..18f7f2fb 100644 --- a/.github/workflows/publish-maven.yaml +++ b/.github/workflows/publish-maven.yaml @@ -50,7 +50,7 @@ jobs: distribution: temurin - name: Import GPG Key - uses: crazy-max/ghaction-import-gpg@v5.0.0 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }}