Skip to content

Commit 74ca8f7

Browse files
andrewhsuclaude
andcommitted
ci: upgrade peter-evans/create-or-update-comment to v5
Updates 4 occurrences across 2 workflow files from v4 to v5. v5 runs on Node 24; v4 runs on Node 20 which is being deprecated on GitHub Actions runners. See https://github.com/peter-evans/create-or-update-comment/releases/tag/v5.0.0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 2d52fcd commit 74ca8f7

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backport-command.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: $SCRIPT_DIR/get_backport_type.sh
4646
shell: bash
4747
- name: Failed reaction
48-
uses: peter-evans/create-or-update-comment@v4
48+
uses: peter-evans/create-or-update-comment@v5
4949
if: failure()
5050
with:
5151
token: ${{ env.ACTIONS_BOT_TOKEN }}
@@ -265,15 +265,15 @@ jobs:
265265
shell: bash
266266
- name: Add reaction
267267
if: steps.pr_details.outcome == 'success' || steps.load_ai_handoff.outcome == 'success'
268-
uses: peter-evans/create-or-update-comment@v4
268+
uses: peter-evans/create-or-update-comment@v5
269269
with:
270270
token: ${{ env.ACTIONS_BOT_TOKEN }}
271271
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
272272
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
273273
reactions: hooray
274274
- name: Failed reaction
275275
if: always() && steps.pr_details.outcome == 'failure' && steps.load_ai_handoff.outcome != 'success'
276-
uses: peter-evans/create-or-update-comment@v4
276+
uses: peter-evans/create-or-update-comment@v5
277277
with:
278278
token: ${{ env.ACTIONS_BOT_TOKEN }}
279279
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

.github/workflows/buildkite-slash-commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
buildkite_pipeline: redpanda
5050
command: ${{ github.event.client_payload.slash_command.command }}
5151
- name: Success reaction
52-
uses: peter-evans/create-or-update-comment@v4
52+
uses: peter-evans/create-or-update-comment@v5
5353
with:
5454
token: ${{ env.ACTIONS_BOT_TOKEN }}
5555
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)