From dbfca175e81d2da3a96dd86f09bd2efa58370441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 19:07:36 +0000 Subject: [PATCH] chore(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/dependabot-differ.yaml | 2 +- .github/workflows/resource-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-differ.yaml b/.github/workflows/dependabot-differ.yaml index a9330132..1326a914 100644 --- a/.github/workflows/dependabot-differ.yaml +++ b/.github/workflows/dependabot-differ.yaml @@ -69,7 +69,7 @@ jobs: echo "::set-output name=pr-comment::$PR_COMMENT" - name: Comment on the Pull Request - 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: ${{ steps.site-diff.outputs.pr-comment }} diff --git a/.github/workflows/resource-template.yml b/.github/workflows/resource-template.yml index 07751728..6e4cb5c6 100644 --- a/.github/workflows/resource-template.yml +++ b/.github/workflows/resource-template.yml @@ -44,7 +44,7 @@ jobs: - name: Warn about unapproved resource if: steps.resource_gen.outputs.failure_reason == 'not_approved' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ steps.workflow_state.outputs.issue_number }} body: |