Skip to content

Commit be560c3

Browse files
ci(action): update peter-evans/create-or-update-comment action to v5
1 parent 2181a52 commit be560c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/immediate-response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
2626

2727
- name: Respond to issue or PR
28-
uses: peter-evans/create-or-update-comment@v4
28+
uses: peter-evans/create-or-update-comment@v5
2929
with:
3030
issue-number: ${{ steps.extract.outputs.NUMBER }}
3131
body: >

0 commit comments

Comments
 (0)