From a8153cab87ac5ec00bf692e56f7161ffd8165b7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 02:37:52 +0000 Subject: [PATCH] ci: 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-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-full.yml b/.github/workflows/test-full.yml index a5867018..c23b9564 100644 --- a/.github/workflows/test-full.yml +++ b/.github/workflows/test-full.yml @@ -53,7 +53,7 @@ jobs: - name: Find existing drift comment if: steps.drift-check.outputs.has_diff == 'true' - uses: peter-evans/find-comment@v3 + uses: peter-evans/find-comment@v4 id: find-drift-comment with: issue-number: ${{ github.event.pull_request.number }}