[PHP-WEBMASTER] [web-php] master: github-actions(deps): bump peter-evans/find-comment from 3 to 4 (#1487)

Author: dependabot[bot] (dependabot[bot])
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-10-06T21:08:47+03:00

Commit: github-actions(deps): bump peter-evans/find-comment from 3 to 4 (#1487) · php/web-php@f745b99 · GitHub
Raw diff: https://github.com/php/web-php/commit/f745b99fd637447e99c6b6035122a3623672d41c.diff

github-actions(deps): bump peter-evans/find-comment from 3 to 4 (#1487)

Bumps [peter-evans/find-comment](GitHub - peter-evans/find-comment: A GitHub action to find an issue or pull request comment) from 3 to 4.
- [Release notes](Releases · peter-evans/find-comment · GitHub)
- [Commits](Comparing v3...v4 · peter-evans/find-comment · GitHub)

---
updated-dependencies:
- dependency-name: peter-evans/find-comment
  dependency-version: '4'
  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 9dc5b42819..b47b415283 100644
--- a/.github/workflows/pr-preview.yml
+++ b/.github/workflows/pr-preview.yml
@@ -21,7 +21,7 @@ jobs:
           SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
           SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}

- - uses: peter-evans/find-comment@v3
+ - uses: peter-evans/find-comment@v4
         id: fc
         with:
           issue-number: ${{ github.event.number }}
@@ -113,7 +113,7 @@ jobs:
           TARGET: "/home/thephpfoundation/preview/web-php-regression-report-pr-${{ github.event.number }}/public"
           SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php-regression-report ${{ github.event.number }}

- - uses: peter-evans/find-comment@v3
+ - uses: peter-evans/find-comment@v4
         if: ${{ !cancelled() }}
         id: snapshot
         with: