diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 2e65c0a..9d73ccc 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -50,7 +50,7 @@ jobs: - id: gpg-import name: Import GPG key if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' - uses: crazy-max/ghaction-import-gpg@v6.0.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 with: git_commit_gpgsign: true git_config_global: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a5a84e..cae6c63 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: ref: ${{ env.REF }} - id: gpg-import name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v6.0.0 + uses: crazy-max/ghaction-import-gpg@v6.1.0 with: git_config_global: true git_tag_gpgsign: true