From ec16a9a4b1608acd03850d050b7ed655bea10be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:03:47 +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/post-coverage-comment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-coverage-comment.yaml b/.github/workflows/post-coverage-comment.yaml index a24efa0..a312726 100644 --- a/.github/workflows/post-coverage-comment.yaml +++ b/.github/workflows/post-coverage-comment.yaml @@ -79,7 +79,7 @@ jobs: - name: Create or update coverage comment if: steps.download_pr_number.outcome == 'success' && steps.download_coverage_report.outcome == 'success' && steps.comment-body.outputs.should_update == 'true' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ steps.pr.outputs.number }}