Skip to content

Commit 0aa04d7

Browse files
Bump peter-evans/create-or-update-comment from 1 to 2 (#1854)
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v1...v2) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 36f86ec commit 0aa04d7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci_tests_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
path: tmp-test-dir-with-unique-name
163163

164164
- name: Add reaction
165-
uses: peter-evans/create-or-update-comment@v1
165+
uses: peter-evans/create-or-update-comment@v2
166166
if: github.event_name == 'repository_dispatch'
167167
with:
168168
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/dvc-diff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,14 @@ jobs:
104104

105105
- name: Create comment with image diff report
106106
if: steps.fc.outputs.comment-id == ''
107-
uses: peter-evans/create-or-update-comment@v1.4.4
107+
uses: peter-evans/create-or-update-comment@v2
108108
with:
109109
issue-number: ${{ github.event.pull_request.number }}
110110
body: ${{ steps.image-diff.outputs.report }}
111111

112112
- name: Update comment with new image diff report
113113
if: steps.fc.outputs.comment-id != ''
114-
uses: peter-evans/create-or-update-comment@v1.4.4
114+
uses: peter-evans/create-or-update-comment@v2
115115
with:
116116
comment-id: ${{ steps.fc.outputs.comment-id }}
117117
body: ${{ steps.image-diff.outputs.report }}

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
- name: Add reaction
46-
uses: peter-evans/create-or-update-comment@v1
46+
uses: peter-evans/create-or-update-comment@v2
4747
with:
4848
token: ${{ steps.generate-token.outputs.token }}
4949
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}

0 commit comments

Comments
 (0)