Skip to content

Commit 2b6cc98

Browse files
ci(action): update peter-evans/create-or-update-comment action to v4
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7c9de5 commit 2b6cc98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/immediate-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: echo "NUMBER=${{ github.event.issue.number || github.event.pull_request.number }}" >> "$GITHUB_OUTPUT"
2020

2121
- name: Respond to issue or PR
22-
uses: peter-evans/create-or-update-comment@v3
22+
uses: peter-evans/create-or-update-comment@v4
2323
with:
2424
issue-number: ${{ steps.extract.outputs.NUMBER }}
2525
body: >

0 commit comments

Comments
 (0)