File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
- name : Create or update comment
26
26
id : comment
27
27
if : env.OK == 'true'
28
- uses : peter-evans/create-or-update-comment@v2
28
+ uses : peter-evans/create-or-update-comment@v4
29
29
with :
30
30
issue-number : ${{ github.event.issue.number }}
31
31
body : Rebasing ...
58
58
steps :
59
59
- name : Create or update comment
60
60
id : comment
61
- uses : peter-evans/create-or-update-comment@v2
61
+ uses : peter-evans/create-or-update-comment@v4
62
62
with :
63
63
issue-number : ${{ github.event.issue.number }}
64
64
comment-id : ${{ needs.verify.outputs.comment-id }}
74
74
if : failure() && needs.verify.outputs.ok == 'true'
75
75
steps :
76
76
- name : Create or update comment
77
- uses : peter-evans/create-or-update-comment@v2
77
+ uses : peter-evans/create-or-update-comment@v4
78
78
with :
79
79
issue-number : ${{ github.event.issue.number }}
80
80
comment-id : ${{ needs.verify.outputs.comment-id }}
You can’t perform that action at this time.
0 commit comments