Skip to content

Commit 098fefa

Browse files
committed
Update crazy-max/ghaction-import-gpg action to v4.4.0
1 parent 25ad9c7 commit 098fefa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

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

5757
- name: Import GPG key
5858
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
59-
uses: crazy-max/ghaction-import-gpg@v4.3.0
59+
uses: crazy-max/ghaction-import-gpg@v4.4.0
6060
with:
6161
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
6262
git_user_signingkey: true

.github/workflows/translations.yml

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

2929
- name: Import GPG key
30-
uses: crazy-max/ghaction-import-gpg@v4.3.0
30+
uses: crazy-max/ghaction-import-gpg@v4.4.0
3131
with:
3232
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3333
git_user_signingkey: true

0 commit comments

Comments
 (0)