Skip to content

Commit b4ee080

Browse files
⬆️ Update peter-evans/create-or-update-comment action to v5
1 parent 27df3aa commit b4ee080

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dust_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Add reaction to comment
2121
if: github.event_name == 'issue_comment'
22-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
22+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
2323
with:
2424
comment-id: ${{ github.event.comment.id }}
2525
reactions: eyes
@@ -210,7 +210,7 @@ jobs:
210210
211211
- name: Comment success
212212
if: success() && github.event_name == 'issue_comment'
213-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
213+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
214214
with:
215215
issue-number: ${{ github.event.issue.number }}
216216
body: |
@@ -225,7 +225,7 @@ jobs:
225225
226226
- name: Comment failure
227227
if: failure() && github.event_name == 'issue_comment'
228-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
228+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
229229
with:
230230
issue-number: ${{ github.event.issue.number }}
231231
body: |

.github/workflows/rebase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
head: ${{ github.event.client_payload.pull_request.head.label }}
3131
- name: Add reaction
3232
if: steps.rebase.outputs.rebased-count == 1
33-
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4
33+
uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5
3434
with:
3535
token: ${{ steps.app_token.outputs.token }}
3636
repository: ${{ github.event.repository.full_name }}

0 commit comments

Comments
 (0)