Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-10-06T21:08:35+03:00
Commit: github-actions(deps): bump peter-evans/create-or-update-comment (#1486) · php/web-php@786d4d1 · GitHub
Raw diff: https://github.com/php/web-php/commit/786d4d1b7ee454dc8982d889cc52b13b99ac331d.diff
github-actions(deps): bump peter-evans/create-or-update-comment (#1486)
Bumps [peter-evans/create-or-update-comment](GitHub - peter-evans/create-or-update-comment: A GitHub action to create or update an issue or pull request comment) from 4 to 5.
- [Release notes](Releases · peter-evans/create-or-update-comment · GitHub)
- [Commits](Comparing v4...v5 · peter-evans/create-or-update-comment · GitHub)
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Changed paths:
M .github/workflows/pr-preview.yml
Diff:
diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml
index 5cf728730d..9dc5b42819 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -28,7 +28,7 @@ jobs:
comment-author: 'github-actions[bot]'
body-includes: 'Preview for commit'
- - uses: peter-evans/create-or-update-comment@v4
+ - uses: peter-evans/create-or-update-comment@v5
with:
issue-number: ${{ github.event.number }}
comment-id: ${{ steps.fc.outputs.comment-id }}
@@ -121,7 +121,7 @@ jobs:
comment-author: 'github-actions[bot]'
body-includes: 'Regression report for commit'
- - uses: peter-evans/create-or-update-comment@v4
+ - uses: peter-evans/create-or-update-comment@v5
if: ${{ !cancelled() }}
with:
issue-number: ${{ github.event.number }}