Skip to content

Commit 20fa453

Browse files
Update crazy-max/ghaction-import-gpg action to v5.1.0
1 parent 3330bf1 commit 20fa453

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
@@ -55,7 +55,7 @@ jobs:
5555

5656
- name: Import GPG key
5757
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}
58-
uses: crazy-max/ghaction-import-gpg@v5.0.0
58+
uses: crazy-max/ghaction-import-gpg@v5.1.0
5959
with:
6060
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
6161
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@v5.0.0
30+
uses: crazy-max/ghaction-import-gpg@v5.1.0
3131
with:
3232
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3333
git_user_signingkey: true

0 commit comments

Comments
 (0)