From a1df2ef791a55de360b9768b10039d8a185c3268 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 17:02:19 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-or-update-comment from 1 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 5. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1...v5) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: '5' 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..e94c7e99 100644 --- a/.github/workflows/update_bee.yaml +++ b/.github/workflows/update_bee.yaml @@ -115,7 +115,7 @@ jobs: body-includes: Release notes - name: Create or update preview comment - uses: peter-evans/create-or-update-comment@v1 + uses: peter-evans/create-or-update-comment@v5 if: steps.pr.outputs.pull-request-number && steps.release-notes.outputs.body with: token: ${{ secrets.REPO_GHA_PAT }}