From a637e360d289ffafd85b1d19857d4b42653972eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:01:38 +0000 Subject: [PATCH] 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/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1053a51..541c46a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: # Else the step will modify the comment # The created or modified comment id will be available as `steps.sendcomment.outputs.comment-id` - name: Building comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 id: sendcomment with: comment-id: ${{ steps.searchcomment.outputs.comment-id }} @@ -72,7 +72,7 @@ jobs: # Create a new comment or modify the existing one - name: Success comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.sendcomment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} @@ -85,7 +85,7 @@ jobs: # This action will only be executed if the workflow failed - name: Failure comment if: failure() - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.sendcomment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }}