From bad068de3a6d4e48efe40dfe825291899447ec3b Mon Sep 17 00:00:00 2001 From: chkp-omris Date: Mon, 22 Jul 2024 14:42:35 +0000 Subject: [PATCH] gpg import using crazy-max/ghaction-import-gpg@v6 --- .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 cb7243f..3979486 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: paultyng/ghaction-import-gpg@v2.1.0 + uses: crazy-max/ghaction-import-gpg@v6 with: # These secrets will need to be configured for the repository: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}