File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229
230230 - name : Import GPG key for signing
231231 id : import_gpg
232- uses : crazy-max/ghaction-import-gpg@v4
232+ uses : crazy-max/ghaction-import-gpg@v5
233233 with :
234234 gpg_private_key : ${{ secrets.gpg_private_key }}
235235 passphrase : ${{ secrets.gpg_private_key_passphrase }}
Original file line number Diff line number Diff line change 2727
2828 - name : Import GPG key for signing
2929 id : import_gpg
30- uses : crazy-max/ghaction-import-gpg@v4
30+ uses : crazy-max/ghaction-import-gpg@v5
3131 with :
3232 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3333 passphrase : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
Original file line number Diff line number Diff line change 8181
8282 - name : Import GPG key for signing
8383 id : import_gpg
84- uses : crazy-max/ghaction-import-gpg@v4
84+ uses : crazy-max/ghaction-import-gpg@v5
8585 with :
8686 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
8787 passphrase : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments