From 919df9f2eae90a7c61a501f146938a3d6fbf6b52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:08:50 +0000 Subject: [PATCH] CI: Bump peter-evans/create-or-update-comment from 3 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 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/v3...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/build-pr-profile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-pr-profile.yml b/.github/workflows/build-pr-profile.yml index 058ba7a..150c172 100644 --- a/.github/workflows/build-pr-profile.yml +++ b/.github/workflows/build-pr-profile.yml @@ -48,7 +48,7 @@ jobs: - name: Create early build comment if: steps.parse-command.outputs.build_requested == 'true' id: start-comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find-comment.outputs.comment-id }} @@ -113,7 +113,7 @@ jobs: - name: Update comment with build results if: steps.build.outputs.build_success == 'true' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.start-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -131,7 +131,7 @@ jobs: - name: Update comment on build failure if: steps.parse-command.outputs.build_requested == 'true' && failure() - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.start-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}