We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fab62b commit bdcddc2Copy full SHA for bdcddc2
.github/workflows/official-pr.yml
@@ -58,7 +58,7 @@ jobs:
58
echo "Pull Request URL - ${{ steps.create-pr.outputs.pull-request-url }}"
59
60
- name: Create PR comment
61
- uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0
+ uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0
62
if: ${{ steps.create-pr.outputs.pull-request-url != '' }}
63
with:
64
issue-number: ${{ github.event.pull_request.number }}
0 commit comments