diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 9fc4552..99b1d66 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.3.0 + uses: crazy-max/ghaction-import-gpg@v5.4.0 with: git_commit_gpgsign: true git_config_global: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5c0e11e..c478e92 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.3.0 + uses: crazy-max/ghaction-import-gpg@v5.4.0 with: git_config_global: true git_tag_gpgsign: true