From 410dd7629656e0e36fcd36ab9309a390e2c4ff6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:47:42 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 4 to 5 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 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/v4...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/auto-respond-pr.yml | 2 +- .github/workflows/build-pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-respond-pr.yml b/.github/workflows/auto-respond-pr.yml index 5049945765..2eeec16012 100644 --- a/.github/workflows/auto-respond-pr.yml +++ b/.github/workflows/auto-respond-pr.yml @@ -76,7 +76,7 @@ jobs: core.setOutput('pr_number', prNumber); - name: Create, or Update the Comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find_comment.outputs.comment-id }} diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 5452edf2e2..d724f1638e 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -91,7 +91,7 @@ jobs: core.setOutput('pr_number', prNumber); - name: Create, or Update the Comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} comment-id: ${{ steps.find_comment.outputs.comment-id }}