From bd793c3d824aada6983441a6f721e5f64a6d8c48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 21:46:50 +0000 Subject: [PATCH] chore(deps): update crazy-max/ghaction-import-gpg action to v6.2.0 --- .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 6e6f6b5..34ac477 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -38,7 +38,7 @@ jobs: title: "Bear v${{ env.VERSION }}" - name: "Import GPG key" - uses: crazy-max/ghaction-import-gpg@v6.0.0 + uses: crazy-max/ghaction-import-gpg@v6.2.0 with: gpg_private_key: "${{ secrets.GPG_PRIVATE_KEY }}"