Skip to content

Commit 651c0af

Browse files
chore(deps): bump peter-evans/create-or-update-comment from 4 to 5 (#362)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 942794f commit 651c0af

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/template_changeset_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
body-includes: <!-- changeset-check -->
2828

2929
- name: Update comment for found changeset
30-
uses: peter-evans/create-or-update-comment@v4.0.0
30+
uses: peter-evans/create-or-update-comment@v5
3131
if: steps.changeset-files.outputs.any_changed == 'true'
3232
with:
3333
comment-id: ${{ steps.find_comment.outputs.comment-id }}
@@ -40,7 +40,7 @@ jobs:
4040
edit-mode: replace
4141

4242
- name: Update comment for missing changeset
43-
uses: peter-evans/create-or-update-comment@v4.0.0
43+
uses: peter-evans/create-or-update-comment@v5
4444
if: steps.changeset-files.outputs.any_changed != 'true'
4545
with:
4646
comment-id: ${{ steps.find_comment.outputs.comment-id }}

.github/workflows/template_merge_block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Comment on PR
3030
if: inputs.comment && contains(github.event.pull_request.labels.*.name, inputs.label) && steps.comment.outputs.comment-id == ''
31-
uses: peter-evans/create-or-update-comment@v4.0.0
31+
uses: peter-evans/create-or-update-comment@v5
3232
with:
3333
issue-number: ${{ github.event.pull_request.number }}
3434
body: |

.github/workflows/template_terraform_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Comment Hint when Terraform Format failed
6161
if: ${{ steps.format.outputs.stdout != '' }}
62-
uses: peter-evans/create-or-update-comment@v4
62+
uses: peter-evans/create-or-update-comment@v5
6363
with:
6464
comment-id: ${{ steps.comment.outputs.comment-id }}
6565
issue-number: ${{ github.event.number }}

0 commit comments

Comments
 (0)