Skip to content

Commit ed1c611

Browse files
renovate[bot]cpcloud
authored andcommitted
chore(deps): update peter-evans/create-or-update-comment action to v5
1 parent 28084fe commit ed1c611

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-preview.yml

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

9393
- name: create preview link comment
9494
if: success()
95-
uses: peter-evans/create-or-update-comment@v4
95+
uses: peter-evans/create-or-update-comment@v5
9696
with:
9797
token: ${{ steps.generate_token.outputs.token }}
9898
issue-number: ${{ github.event.pull_request.number }}

.github/workflows/pr-title.yml

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

6363
- name: if the PR title and body fail `commitlint`, post or update a comment
6464
if: needs.verify-commitlint.outputs.failed == '1'
65-
uses: peter-evans/create-or-update-comment@v4
65+
uses: peter-evans/create-or-update-comment@v5
6666
with:
6767
issue-number: ${{ github.event.pull_request.number }}
6868
comment-id: ${{ steps.find-comment.outputs.comment-id }}
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: If commitlint now passes, and comment exists, update it
8989
if: needs.verify-commitlint.outputs.failed == '0' && steps.find-comment.outputs.comment-id != ''
90-
uses: peter-evans/create-or-update-comment@v4
90+
uses: peter-evans/create-or-update-comment@v5
9191
with:
9292
issue-number: ${{ github.event.pull_request.number }}
9393
comment-id: ${{ steps.find-comment.outputs.comment-id }}

0 commit comments

Comments
 (0)