Update crazy-max/ghaction-import-gpg action to v5.1.0

This commit is contained in:
renovate[bot] 2022-07-24 19:46:56 +00:00 committed by GitHub
parent 7e84d26d5c
commit 946308366a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -426,7 +426,7 @@ jobs:
path: out path: out
- name: Import GPG key for signing - name: Import GPG key for signing
uses: crazy-max/ghaction-import-gpg@v5.0.0 uses: crazy-max/ghaction-import-gpg@v5.1.0
with: with:
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}

View file

@ -38,7 +38,7 @@ jobs:
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }} token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
- name: Import GPG key for signing - name: Import GPG key for signing
uses: crazy-max/ghaction-import-gpg@v5.0.0 uses: crazy-max/ghaction-import-gpg@v5.1.0
with: with:
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }} gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
git_config_global: true git_config_global: true