diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a189dca..374a64b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: restore-keys: | ${{ runner.os }}-go- - name: Import GPG signing key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 with: gpg_private_key: ${{ secrets.SIGNING_KEY }} - name: Login to Quay.io