diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1053a51..8fc2202 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: # If this workflow already commented in the PR, we search to modify it instead of creating a new one # If the step find the comment, its identifier will be available as `steps.searchcomment.outputs.comment-id` - name: Find Github action comment - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: searchcomment with: issue-number: ${{ github.event.pull_request.number }}