From 6a242bafd3b4adfd59174b39d3247bb61757f363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 20:25:28 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-import-gpg action to v7 --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index ef1fb38..e1e844b 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -76,7 +76,7 @@ jobs: sed -i '/^## '$CURR_TAG'$/d' release-notes.md grep '' release-notes.md - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6 + uses: crazy-max/ghaction-import-gpg@v7 id: import_gpg with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}