Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down