mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
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](https://github.com/peter-evans/find-comment/compare/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>
This commit is contained in:
4
.github/workflows/pr-preview.yml
vendored
4
.github/workflows/pr-preview.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user