From cc2c91834691bc78fc88dd535b545f6f208c2f25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 17:00:23 +0200 Subject: [PATCH] chore(deps): update crazy-max/ghaction-import-gpg action to v6 (#67) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/flow-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flow-release.yml b/.github/workflows/flow-release.yml index a0ec35f..318c1f1 100644 --- a/.github/workflows/flow-release.yml +++ b/.github/workflows/flow-release.yml @@ -25,7 +25,7 @@ jobs: with: persist-credentials: false - name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5 + uses: crazy-max/ghaction-import-gpg@v6 with: gpg_private_key: ${{ secrets.ZEBRADIL_BOT_GPG_PRIVATE_KEY }} git_user_signingkey: true