mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
github-actions(deps): bump peter-evans/create-or-update-comment (#1486)
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] <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
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user