We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5408177 commit 2348ff0Copy full SHA for 2348ff0
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
go-version-file: .go-version
28
- name: Import GPG key
29
id: import_gpg
30
- uses: crazy-max/ghaction-import-gpg@cb9bde2e2525e640591a934b1fd28eef1dcaf5e5 # v6.2.0
+ uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
31
with:
32
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
33
passphrase: ${{ secrets.PASSPHRASE }}
0 commit comments