We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 095352f commit 5c3757fCopy full SHA for 5c3757f
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Import GPG key
33
id: import_gpg
34
- uses: crazy-max/ghaction-import-gpg@v5.3.0
+ uses: crazy-max/ghaction-import-gpg@v6.0.0
35
with:
36
# These secrets will need to be configured for the repository:
37
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
0 commit comments