diff --git a/.github/workflows/build-pr-profile.yml b/.github/workflows/build-pr-profile.yml index 058ba7a..60ace5b 100644 --- a/.github/workflows/build-pr-profile.yml +++ b/.github/workflows/build-pr-profile.yml @@ -39,7 +39,7 @@ jobs: - name: Find existing build comment if: steps.parse-command.outputs.build_requested == 'true' id: find-comment - uses: peter-evans/find-comment@v2 + uses: peter-evans/find-comment@v4 with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]"