Skip to content

Commit 4a4bea3

Browse files
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](peter-evans/create-or-update-comment@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>
1 parent 55be0cb commit 4a4bea3

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
@@ -28,7 +28,7 @@ jobs:
2828
comment-author: 'github-actions[bot]'
2929
body-includes: 'Preview for commit'
3030

31-
- uses: peter-evans/create-or-update-comment@v4
31+
- uses: peter-evans/create-or-update-comment@v5
3232
with:
3333
issue-number: ${{ github.event.number }}
3434
comment-id: ${{ steps.fc.outputs.comment-id }}
@@ -121,7 +121,7 @@ jobs:
121121
comment-author: 'github-actions[bot]'
122122
body-includes: 'Regression report for commit'
123123

124-
- uses: peter-evans/create-or-update-comment@v4
124+
- uses: peter-evans/create-or-update-comment@v5
125125
if: ${{ !cancelled() }}
126126
with:
127127
issue-number: ${{ github.event.number }}

0 commit comments

Comments
 (0)