Skip to content

Commit 410dd76

Browse files
build(deps): bump peter-evans/create-or-update-comment from 4 to 5
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]>
1 parent c5cfa9f commit 410dd76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-respond-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
core.setOutput('pr_number', prNumber);
7777
7878
- name: Create, or Update the Comment
79-
uses: peter-evans/create-or-update-comment@v4
79+
uses: peter-evans/create-or-update-comment@v5
8080
with:
8181
issue-number: ${{ github.event.pull_request.number }}
8282
comment-id: ${{ steps.find_comment.outputs.comment-id }}

.github/workflows/build-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
core.setOutput('pr_number', prNumber);
9292
9393
- name: Create, or Update the Comment
94-
uses: peter-evans/create-or-update-comment@v4
94+
uses: peter-evans/create-or-update-comment@v5
9595
with:
9696
issue-number: ${{ github.event.pull_request.number }}
9797
comment-id: ${{ steps.find_comment.outputs.comment-id }}

0 commit comments

Comments
 (0)