Skip to content

Commit 2e0ff00

Browse files
Update crazy-max/ghaction-import-gpg action to v6.2.0
1 parent b4590f8 commit 2e0ff00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: npm run-script build --no-progress
4343

4444
- name: Import GPG key
45-
uses: crazy-max/ghaction-import-gpg@v6.1.0
45+
uses: crazy-max/ghaction-import-gpg@v6.2.0
4646
with:
4747
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
4848
git_user_signingkey: true

.github/workflows/translations.yml

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

3535
- name: Import GPG key
36-
uses: crazy-max/ghaction-import-gpg@v6.1.0
36+
uses: crazy-max/ghaction-import-gpg@v6.2.0
3737
with:
3838
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3939
git_user_signingkey: true

0 commit comments

Comments
 (0)