Merge pull request #370 from trails-cool/dependabot/github_actions/peter-evans/create-or-update-comment-5

Bump peter-evans/create-or-update-comment from 4 to 5
This commit is contained in:
Ullrich Schäfer 2026-05-10 13:19:37 +02:00 committed by GitHub
commit 2ba43767db
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