Skip to content

Commit f745b99

Browse files
github-actions(deps): bump peter-evans/find-comment from 3 to 4 (#1487)
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@v3...v4) --- 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>
1 parent 786d4d1 commit f745b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
SCRIPT_BEFORE: bash /home/thephpfoundation/scripts/pr_created_pre.sh web-php ${{ github.event.number }}
2222
SCRIPT_AFTER: bash /home/thephpfoundation/scripts/pr_created.sh web-php ${{ github.event.number }}
2323

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

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

0 commit comments

Comments
 (0)