chore(deps): update crazy-max/ghaction-import-gpg action to v6.1.0

This commit is contained in:
renovate[bot] 2023-12-26 20:02:14 +00:00 committed by GitHub
parent f6ad3747f4
commit 4a710b4ffe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -42,7 +42,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@v6.0.0 uses: crazy-max/ghaction-import-gpg@v6.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