diff --git a/.github/workflows/generate_changelog.yml b/.github/workflows/generate_changelog.yml index 949e537b..e678864f 100644 --- a/.github/workflows/generate_changelog.yml +++ b/.github/workflows/generate_changelog.yml @@ -24,7 +24,7 @@ jobs: - name: Import GPG key id: import_gpg_key - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v5 with: git_commit_gpgsign: true git_user_signingkey: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 308ca9d2..67991704 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,7 +31,7 @@ jobs: - name: Import GPG key id: import_gpg - uses: crazy-max/ghaction-import-gpg@v4 + uses: crazy-max/ghaction-import-gpg@v5 with: git_user_signingkey: true gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}