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 b46f03c commit 77599e8Copy full SHA for 77599e8
.github/workflows/update-tools.yml
@@ -380,7 +380,7 @@ jobs:
380
381
- name: Create or update comment
382
if: github.event_name == 'pull_request'
383
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
384
with:
385
comment-id: ${{ steps.find-comment.outputs.comment-id }}
386
issue-number: ${{ github.event.pull_request.number }}
0 commit comments