Skip to content

Commit af283a8

Browse files
committed
Update crazy-max/ghaction-import-gpg action to v4.2.0
1 parent 1140262 commit af283a8

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
@@ -57,7 +57,7 @@ jobs:
5757

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

0 commit comments

Comments
 (0)