From 37a68d8768330003d4300dcca6891f6b9ee2c18a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 18 Feb 2026 01:40:40 +0000 Subject: [PATCH] chore: update find-comment action to v4.0.0 for improved functionality --- .github/workflows/supply-chain-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/supply-chain-verify.yml b/.github/workflows/supply-chain-verify.yml index 03653477..0ab876ae 100644 --- a/.github/workflows/supply-chain-verify.yml +++ b/.github/workflows/supply-chain-verify.yml @@ -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]'