From 666e97861da3eb5997332d0395818c75bef55755 Mon Sep 17 00:00:00 2001 From: Sebastian Widmer Date: Wed, 8 Jun 2022 13:47:40 +0200 Subject: [PATCH] Revert "Update crazy-max/ghaction-import-gpg action to v5" --- .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 ffe6fd6..48414ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Import GPG signing key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v3 with: gpg-private-key: ${{ secrets.SIGNING_KEY }} - name: Login to Quay.io