From e674b6692fe04fdb3854392651c6c98614ce7bd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:01:32 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 3 to 4 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}