From 4d55d534e7afb16512c6d827996f193f764029e5 Mon Sep 17 00:00:00 2001 From: jbristowe Date: Mon, 25 Jan 2021 09:43:54 +1000 Subject: [PATCH] Update release YAML --- .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 f833da607..8f26cc0b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: pcrazy-max/ghaction-import-gpg@v3 + uses: crazy-max/ghaction-import-gpg@v3.0.2 with: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.PASSPHRASE }}