Skip to content

Commit 9d405ba

Browse files
ci(action): update peter-evans/create-or-update-comment action to v5 (#473)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2211745 commit 9d405ba

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
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
2525

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

0 commit comments

Comments
 (0)