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