Author: dependabot[bot] (dependabot[bot]) Committer: GitHub (web-flow) Pusher: dependabot[bot] Date: 2025-10-06T15:40:48Z
Commit: https://github.com/php/web-php/commit/4a4bea31ad21191145d4475c2f12701bcbd2d292 Raw diff: https://github.com/php/web-php/commit/4a4bea31ad21191145d4475c2f12701bcbd2d292.diff github-actions(deps): bump peter-evans/create-or-update-comment 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] <[email protected]> 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 }}
