Bump peter-evans/create-or-update-comment from 4 to 5

Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-05-10 11:11:45 +00:00 committed by GitHub
parent 984b67963a
commit 8f635fd5d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,7 +339,7 @@ jobs:
body-includes: "<!-- cd-staging:preview -->" body-includes: "<!-- cd-staging:preview -->"
- name: Upsert preview comment on PR - name: Upsert preview comment on PR
uses: peter-evans/create-or-update-comment@v4 uses: peter-evans/create-or-update-comment@v5
with: with:
comment-id: ${{ steps.find-comment.outputs.comment-id }} comment-id: ${{ steps.find-comment.outputs.comment-id }}
issue-number: ${{ github.event.number }} issue-number: ${{ github.event.number }}
@ -433,7 +433,7 @@ jobs:
- name: Update preview comment on close - name: Update preview comment on close
if: steps.find-comment.outputs.comment-id if: steps.find-comment.outputs.comment-id
uses: peter-evans/create-or-update-comment@v4 uses: peter-evans/create-or-update-comment@v5
with: with:
comment-id: ${{ steps.find-comment.outputs.comment-id }} comment-id: ${{ steps.find-comment.outputs.comment-id }}
edit-mode: replace edit-mode: replace