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 dda0d41 commit bcd7f01Copy full SHA for bcd7f01
.github/workflows/greeting.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Issue the greeting comment
17
- uses: peter-evans/create-or-update-comment@v3
+ uses: peter-evans/create-or-update-comment@v4
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
20
issue-number: ${{ github.event.pull_request.number }}
0 commit comments