From 29abafd782c441f95b798667b7c399caa0db58e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 09:22:58 +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 cccb2ab..9f2afd0 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 ec68a2d..f850986 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: |