From 4d30ba71860c2a2656f03fcb8e25d4c0bbfaadc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 00:22:31 +0000 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20crazy-max/ghaction-import?= =?UTF-8?q?-gpg=20action=20(v6.2.0=20=E2=86=92=20v6.3.0)=20(#1868)?= 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.2.0 | v6.3.0 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 854e976c..19043770 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0 + uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 with: gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}" passphrase: "${{ secrets.PASSPHRASE }}"