Skip to content

Commit be148f9

Browse files
Update crazy-max/ghaction-import-gpg action to v6.1.0
1 parent 874e70d commit be148f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Import GPG key
6161
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
62-
uses: crazy-max/ghaction-import-gpg@v6.0.0
62+
uses: crazy-max/ghaction-import-gpg@v6.1.0
6363
with:
6464
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
6565
git_user_signingkey: true

.github/workflows/translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
token: ${{ secrets.ASF_CROWDIN_API_TOKEN }}
3232

3333
- name: Import GPG key
34-
uses: crazy-max/ghaction-import-gpg@v6.0.0
34+
uses: crazy-max/ghaction-import-gpg@v6.1.0
3535
with:
3636
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3737
git_user_signingkey: true

0 commit comments

Comments
 (0)