From 454e67dc01fb7d6717703de5c56af36380cc89fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 18:03:27 +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/preview-comment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/preview-comment.yaml b/.github/workflows/preview-comment.yaml index 45ab9f4..4e1913d 100644 --- a/.github/workflows/preview-comment.yaml +++ b/.github/workflows/preview-comment.yaml @@ -45,7 +45,7 @@ jobs: if: | github.event.workflow_run.conclusion != 'success' && steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: issue-number: ${{ inputs.pull_request_number }} body: | @@ -57,7 +57,7 @@ jobs: if: | github.event.workflow_run.conclusion != 'success' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace @@ -85,7 +85,7 @@ jobs: if: | github.event.workflow_run.conclusion == 'success' && steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace