Skip to content

Commit b7832e1

Browse files
authored
Merge pull request #1682 from nodejs/dependabot/github_actions/peter-evans/create-or-update-comment-2
2 parents d1d3fa9 + 190bf6a commit b7832e1

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@v1
59+
uses: peter-evans/create-or-update-comment@v2
6060
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
6161
with:
6262
issue-number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)