diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index c584ea2..4aa51d4 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -48,7 +48,7 @@ jobs: - id: gpg-import name: Import GPG key if: steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: git_commit_gpgsign: true git_config_global: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c8b3d70..eca00b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -93,7 +93,7 @@ jobs: ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }} - id: gpg-import name: Import GPG key - uses: crazy-max/ghaction-import-gpg@v5.4.0 + uses: crazy-max/ghaction-import-gpg@v6.0.0 with: git_config_global: true git_tag_gpgsign: true