Skip to content

Commit 068e1a8

Browse files
Update crazy-max/ghaction-import-gpg action to v7 (#574)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57e06cc commit 068e1a8

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@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
45+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.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@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
36+
uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
3737
with:
3838
gpg_private_key: ${{ secrets.ARCHIBOT_GPG_PRIVATE_KEY }}
3939
git_user_signingkey: true

0 commit comments

Comments
 (0)