File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
24
24
- name : Import GPG key
25
25
id : import_gpg
26
- uses : crazy-max/ghaction-import-gpg@v5.2.0
26
+ uses : crazy-max/ghaction-import-gpg@v6
27
27
with :
28
28
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
29
29
passphrase : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 23
23
24
24
- name : Import GPG key
25
25
id : import_gpg
26
- uses : crazy-max/ghaction-import-gpg@v5.2.0
26
+ uses : crazy-max/ghaction-import-gpg@v6
27
27
with :
28
28
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
29
29
passphrase : ${{ secrets.GPG_PASSPHRASE }}
Original file line number Diff line number Diff line change 27
27
28
28
- name : Import GPG key
29
29
id : import_gpg
30
- uses : crazy-max/ghaction-import-gpg@v5
30
+ uses : crazy-max/ghaction-import-gpg@v6
31
31
with :
32
32
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
33
33
passphrase : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments