From f09eaa000c4a152d7849ff405b42146b59447883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:17:55 +0000 Subject: [PATCH] Chore(deps): Bump peter-evans/create-or-update-comment Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/71345be0265236311c031f5c7866368bd1eff043...e8674b075228eee787fea43ef493e45ece1004c9) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/fix-pr-command.yml | 8 ++++---- .github/workflows/poetry-lock-command.yml | 8 ++++---- .github/workflows/slash_command_dispatch.yml | 2 +- .github/workflows/test-pr-command.yml | 6 +++--- .github/workflows/welcome-message.yml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/fix-pr-command.yml b/.github/workflows/fix-pr-command.yml index 9ac14f93..a2b4cbed 100644 --- a/.github/workflows/fix-pr-command.yml +++ b/.github/workflows/fix-pr-command.yml @@ -61,7 +61,7 @@ jobs: - name: Append comment with job run link id: first-comment-action - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ github.event.inputs.comment-id }} issue-number: ${{ github.event.inputs.pr }} @@ -150,7 +150,7 @@ jobs: git push contributor HEAD:${{ steps.vars.outputs.pr-source-git-branch }} - name: Append success comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: steps.git-diff.outputs.changes == 'true' || steps.git-diff-2.outputs.changes == 'true' with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} @@ -159,7 +159,7 @@ jobs: > ✅ Changes applied successfully. - name: Append success comment (no-op) - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: steps.git-diff.outputs.changes != 'true' && steps.git-diff-2.outputs.changes != 'true' with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} @@ -168,7 +168,7 @@ jobs: > 🟦 Job completed successfully (no changes). - name: Append failure comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: failure() with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} diff --git a/.github/workflows/poetry-lock-command.yml b/.github/workflows/poetry-lock-command.yml index 25107d18..fc598888 100644 --- a/.github/workflows/poetry-lock-command.yml +++ b/.github/workflows/poetry-lock-command.yml @@ -69,7 +69,7 @@ jobs: - name: Append comment with job run link id: first-comment-action - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ github.event.inputs.comment-id }} issue-number: ${{ github.event.inputs.pr }} @@ -118,7 +118,7 @@ jobs: git push contributor HEAD:${{ steps.vars.outputs.pr-source-git-branch }} - name: Append success comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: steps.git-diff.outputs.changes == 'true' with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} @@ -127,7 +127,7 @@ jobs: > ✅ `poetry lock` applied successfully. - name: Append success comment (no-op) - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: steps.git-diff.outputs.changes != 'true' with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} @@ -136,7 +136,7 @@ jobs: > 🟦 Job completed successfully (no changes). - name: Append failure comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 if: failure() with: comment-id: ${{ steps.first-comment-action.outputs.comment-id }} diff --git a/.github/workflows/slash_command_dispatch.yml b/.github/workflows/slash_command_dispatch.yml index 5209d9a5..c45a34eb 100644 --- a/.github/workflows/slash_command_dispatch.yml +++ b/.github/workflows/slash_command_dispatch.yml @@ -43,7 +43,7 @@ jobs: - name: Edit comment with error message if: steps.dispatch.outputs.error-message - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ github.event.comment.id }} body: | diff --git a/.github/workflows/test-pr-command.yml b/.github/workflows/test-pr-command.yml index 8d7936d9..48ffa86e 100644 --- a/.github/workflows/test-pr-command.yml +++ b/.github/workflows/test-pr-command.yml @@ -35,7 +35,7 @@ jobs: - name: Append comment with job run link id: first-comment-action - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ github.event.inputs.comment-id }} issue-number: ${{ github.event.inputs.pr }} @@ -162,7 +162,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Append success comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.inputs.pr }} comment-id: ${{ github.event.inputs.comment-id }} @@ -178,7 +178,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Append failure comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.inputs.pr }} comment-id: ${{ github.event.inputs.comment-id }} diff --git a/.github/workflows/welcome-message.yml b/.github/workflows/welcome-message.yml index 6128ea5b..d80f45bb 100644 --- a/.github/workflows/welcome-message.yml +++ b/.github/workflows/welcome-message.yml @@ -44,7 +44,7 @@ jobs: branch_name: ${{ steps.vars.outputs.pr-source-git-branch }} - name: Create comment - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: issue-number: ${{ github.event.pull_request.number }} body: ${{ steps.template.outputs.result }}