From c74a1157fe02cf40ac036887c8c89db70bdd0549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:26:49 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment in the actions group Bumps the actions group with 1 update: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/new-issue.yml | 2 +- .github/workflows/new-pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/new-issue.yml b/.github/workflows/new-issue.yml index badeb99..a6f4b14 100644 --- a/.github/workflows/new-issue.yml +++ b/.github/workflows/new-issue.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post guidance comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.issue.number }} body: | diff --git a/.github/workflows/new-pull-request.yml b/.github/workflows/new-pull-request.yml index 4c19791..d68238e 100644 --- a/.github/workflows/new-pull-request.yml +++ b/.github/workflows/new-pull-request.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write steps: - name: Post guidance comment on new PR - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ github.event.pull_request.number }} body: |