chore: update find-comment action to v4.0.0 for improved functionality

This commit is contained in:
GitHub Actions
2026-02-18 01:40:40 +00:00
parent 6b686306aa
commit 37a68d8768

View File

@@ -601,7 +601,7 @@ jobs:
- name: Find Existing PR Comment
id: find-comment
if: steps.pr-number.outputs.result != ''
uses: peter-evans/find-comment@v3.2.0
uses: peter-evans/find-comment@v4.0.0
with:
issue-number: ${{ steps.pr-number.outputs.result }}
comment-author: 'github-actions[bot]'