Skip to content

Commit feb3db2

Browse files
Bump peter-evans/create-or-update-comment from 3 to 4 (#512)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment 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 bf0d65d commit feb3db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
174174
- name: Publish Screehnshots - Update or Create Comment
175175
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository && always()
176-
uses: peter-evans/create-or-update-comment@v3
176+
uses: peter-evans/create-or-update-comment@v4
177177
with:
178178
comment-id: ${{ steps.fc.outputs.comment-id }}
179179
body-file: comment.md
@@ -374,7 +374,7 @@ jobs:
374374
375375
- name: Publish Screehnshots - Update or Create Comment
376376
if: always()
377-
uses: peter-evans/create-or-update-comment@v3
377+
uses: peter-evans/create-or-update-comment@v4
378378
with:
379379
comment-id: ${{ steps.fc.outputs.comment-id }}
380380
body-file: comment.md

0 commit comments

Comments
 (0)