From 85e4492cf607e07733796784e017c3a7409e6bb5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 05:50:16 +0000 Subject: [PATCH] Update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/publish_to_maven-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_to_maven-repo.yml b/.github/workflows/publish_to_maven-repo.yml index 0b59acc..4c14b47 100644 --- a/.github/workflows/publish_to_maven-repo.yml +++ b/.github/workflows/publish_to_maven-repo.yml @@ -58,7 +58,7 @@ jobs: uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }}