From 5851c81e448651b4ef35d0f1595ff89afbcdf277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 07:52:14 +0000 Subject: [PATCH] chore(deps): bump peter-evans/find-comment from 1 to 2 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/find-comment 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 9580fb0d..37f0caa3 100644 --- a/.github/workflows/update_bee.yaml +++ b/.github/workflows/update_bee.yaml @@ -116,7 +116,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@v2 id: comment with: token: ${{ secrets.REPO_GHA_PAT }}