From 1f8330afc7f189964ab09fa652b39e2123e6187e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:55:15 +0000 Subject: [PATCH] chore(deps): bump crazy-max/ghaction-import-gpg from 5 to 6 (#558) --- .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 64b79e86d..30ecbce5f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: git_user_signingkey: true gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}