Skip to content

Commit 2b31fac

Browse files
Bump peter-evans/create-or-update-comment from 4 to 5 (#645)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1901868 commit 2b31fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Comment formatting suggestions
6969
if: steps.runic.outputs.exit_code == 1
70-
uses: peter-evans/create-or-update-comment@v4
70+
uses: peter-evans/create-or-update-comment@v5
7171
with:
7272
comment-id: ${{ steps.find-comment.outputs.comment-id }}
7373
issue-number: ${{ github.event.pull_request.number }}
@@ -89,7 +89,7 @@ jobs:
8989

9090
- name: Update stale comment
9191
if: steps.runic.outputs.exit_code == 0 && steps.find-comment.outputs.comment-id
92-
uses: peter-evans/create-or-update-comment@v4
92+
uses: peter-evans/create-or-update-comment@v5
9393
with:
9494
comment-id: ${{ steps.find-comment.outputs.comment-id }}
9595
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)