File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ jobs:
4545 - name : Import GPG key
4646 id : import_gpg
4747 if : ${{ github.event.inputs.use_old_key == 'false' }}
48- uses : crazy-max/ghaction-import-gpg@v6.3.0
48+ uses : crazy-max/ghaction-import-gpg@v7
4949 with :
5050 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
5151 passphrase : ${{ secrets.PASSPHRASE }}
5252
5353 - name : Import old GPG key
5454 id : import_gpg_old
5555 if : ${{ github.event.inputs.use_old_key == 'true' }}
56- uses : crazy-max/ghaction-import-gpg@v6.3.0
56+ uses : crazy-max/ghaction-import-gpg@v7
5757 with :
5858 gpg_private_key : ${{ secrets.OLD_GPG_PRIVATE_KEY }}
5959 passphrase : ${{ secrets.OLD_GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 3232
3333 - name : Import GPG key
3434 id : import_gpg
35- uses : crazy-max/ghaction-import-gpg@v6.3.0
35+ uses : crazy-max/ghaction-import-gpg@v7
3636 with :
3737 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3838 passphrase : ${{ secrets.PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments