From 8eb3289c90349769556948d8a8372990c886a53f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 05:06:19 +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/05-add-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/05-add-comment.yaml b/.github/workflows/05-add-comment.yaml index 54cc052..935609f 100644 --- a/.github/workflows/05-add-comment.yaml +++ b/.github/workflows/05-add-comment.yaml @@ -64,7 +64,7 @@ jobs: # If PR, put image tags in the PR comments # from https://github.com/marketplace/actions/create-or-update-comment - name: Find comment for image tags - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 if: github.event_name == 'pull_request' id: fc with: