File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ jobs:
228228
229229 - name : Import GPG key for signing
230230 id : import_gpg
231- uses : crazy-max/ghaction-import-gpg@v5
231+ uses : crazy-max/ghaction-import-gpg@v6
232232 with :
233233 gpg_private_key : ${{ secrets.gpg_private_key }}
234234 passphrase : ${{ secrets.gpg_private_key_passphrase }}
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ jobs:
129129
130130 - name : Import GPG key for signing
131131 id : import_gpg
132- uses : crazy-max/ghaction-import-gpg@v5
132+ uses : crazy-max/ghaction-import-gpg@v6
133133 with :
134134 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
135135 passphrase : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
@@ -218,7 +218,7 @@ jobs:
218218
219219 - name : Import GPG key for signing
220220 id : import_gpg
221- uses : crazy-max/ghaction-import-gpg@v5
221+ uses : crazy-max/ghaction-import-gpg@v6
222222 with :
223223 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
224224 passphrase : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
@@ -305,7 +305,7 @@ jobs:
305305 steps :
306306 - name : Import GPG key for signing
307307 id : import_gpg
308- uses : crazy-max/ghaction-import-gpg@v5
308+ uses : crazy-max/ghaction-import-gpg@v6
309309 with :
310310 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
311311 passphrase : ${{ secrets.GPG_PRIVATE_KEY_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments