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