@@ -54,22 +54,22 @@ jobs:
54
54
- name : Print blocking failure status
55
55
run : echo "${{steps.check-changeset.outputs.BLOCKING_FAILURE}}"
56
56
- name : Find Comment
57
- uses : peter-evans/find-comment@v1
57
+ uses : peter-evans/find-comment@v3
58
58
id : fc
59
59
with :
60
60
issue-number : ${{github.event.number}}
61
61
body-includes : Changeset File Check
62
62
- name : Create comment (missing packages)
63
63
if : ${{!steps.fc.outputs.comment-id && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
64
- uses : peter-evans/create-or-update-comment@v1
64
+ uses : peter-evans/create-or-update-comment@v4
65
65
with :
66
66
issue-number : ${{github.event.number}}
67
67
body : |
68
68
### Changeset File Check :warning:
69
69
${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
70
70
- name : Update comment (missing packages)
71
71
if : ${{steps.fc.outputs.comment-id}}
72
- uses : peter-evans/create-or-update-comment@v1
72
+ uses : peter-evans/create-or-update-comment@v4
73
73
with :
74
74
comment-id : ${{steps.fc.outputs.comment-id}} && steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
75
75
edit-mode : replace
78
78
${{steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
79
79
- name : Update comment (no missing packages)
80
80
if : ${{steps.fc.outputs.comment-id && !steps.check-changeset.outputs.CHANGESET_ERROR_MESSAGE}}
81
- uses : peter-evans/create-or-update-comment@v1
81
+ uses : peter-evans/create-or-update-comment@v4
82
82
with :
83
83
comment-id : ${{steps.fc.outputs.comment-id}}
84
84
edit-mode : replace
0 commit comments