From 01cde0edcbab0ff285aca85a13bc87e12955ea2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:02:06 +0000 Subject: [PATCH] chore(deps): bump peter-evans/find-comment from 1 to 4 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 4. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v1...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/update_bee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_bee.yaml b/.github/workflows/update_bee.yaml index a6ec8f7d..ddcf4fc8 100644 --- a/.github/workflows/update_bee.yaml +++ b/.github/workflows/update_bee.yaml @@ -106,7 +106,7 @@ jobs: - name: Find Release Notes comment if: steps.pr.outputs.pull-request-number && steps.release-notes.outputs.body - uses: peter-evans/find-comment@v1 + uses: peter-evans/find-comment@v4 id: comment with: token: ${{ secrets.REPO_GHA_PAT }}