Skip to content

Commit 72333bf

Browse files
Update crazy-max/ghaction-import-gpg action to v6.3.0
1 parent a42e03b commit 72333bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump-asf-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
type: ${{ env.RELEASE_TYPE }}
4040

4141
- name: Import GPG key for signing
42-
uses: crazy-max/ghaction-import-gpg@v6.2.0
42+
uses: crazy-max/ghaction-import-gpg@v6.3.0
4343
if: ${{ env.GPG_PRIVATE_KEY != null }}
4444
with:
4545
gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
path: out
157157

158158
- name: Import GPG key for signing
159-
uses: crazy-max/ghaction-import-gpg@v6.2.0
159+
uses: crazy-max/ghaction-import-gpg@v6.3.0
160160
if: ${{ env.GPG_PRIVATE_KEY != null }}
161161
with:
162162
gpg_private_key: ${{ env.GPG_PRIVATE_KEY }}

0 commit comments

Comments
 (0)