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]'