We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9a8ef commit eae43e2Copy full SHA for eae43e2
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
go-version: "1.25.6"
23
- name: Import GPG Key
24
id: import_gpg
25
- uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
+ uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0
26
with:
27
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
28
- name: Run GoReleaser
0 commit comments