Skip to content

Commit c524943

Browse files
authored
Merge pull request #1873 from nodejs/dependabot/github_actions/peter-evans/create-or-update-comment-3
chore(deps): bump peter-evans/create-or-update-comment from 2 to 3
2 parents 879378b + 57d9a8d commit c524943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/official-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
5757
5858
- name: Create PR comment
59-
uses: peter-evans/create-or-update-comment@v2
59+
uses: peter-evans/create-or-update-comment@v3
6060
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
6161
with:
6262
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)