From feee431081ec76982b6745dd602bbe03ad848d7f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:58:07 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v7 --- .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 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