From a81ed88c60c325ea35f3fa6025465a930322f832 Mon Sep 17 00:00:00 2001 From: "dependa-jr[bot]" <171952447+dependa-jr[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:33:55 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20Update=20crazy-max/ghactio?= =?UTF-8?q?n-import-gpg=20action=20(=20v6.3.0=20=E2=86=92=20v7.0.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ----------------------------- | ------ | ------ | | github-tags | crazy-max/ghaction-import-gpg | v6.3.0 | v7.0.0 | --- .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 29ca3c4b..96e7cbe9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ inputs.git-tag }} - uses: ./.github/actions/setup - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 + uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 id: import_gpg with: gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}