File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v3
18
18
-
19
19
name : Run Labeler
20
- uses : crazy-max/ghaction-github-labeler@v3
20
+ uses : crazy-max/ghaction-github-labeler@v4
Original file line number Diff line number Diff line change 79
79
-
80
80
name : Import GPG key
81
81
id : import_gpg
82
- uses : crazy-max/ghaction-import-gpg@v4
82
+ uses : crazy-max/ghaction-import-gpg@v5
83
83
with :
84
84
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
85
85
passphrase : ${{ secrets.PASSPHRASE }}
@@ -106,7 +106,7 @@ jobs:
106
106
uses : actions/checkout@v2
107
107
-
108
108
name : Import GPG key
109
- uses : crazy-max/ghaction-import-gpg@v4
109
+ uses : crazy-max/ghaction-import-gpg@v5
110
110
with :
111
111
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
112
112
passphrase : ${{ secrets.PASSPHRASE }}
@@ -142,7 +142,7 @@ jobs:
142
142
-
143
143
name: Import GPG key
144
144
id: import_gpg
145
- uses: crazy-max/ghaction-import-gpg@v4
145
+ uses: crazy-max/ghaction-import-gpg@v5
146
146
with:
147
147
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
148
148
passphrase: ${{ secrets.PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments