From a4cb1157495c82132b6a7bae7e5537581285e520 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 08:03:57 +0000 Subject: [PATCH] ci: 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/git-command.yml | 6 +++--- .github/workflows/slash-command-dispatch.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/git-command.yml b/.github/workflows/git-command.yml index 5d72645b..353c7659 100644 --- a/.github/workflows/git-command.yml +++ b/.github/workflows/git-command.yml @@ -16,7 +16,7 @@ jobs: - uses: hmarr/debug-action@v3.0.0 - name: Add Workflow link to command comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} @@ -55,7 +55,7 @@ jobs: uses: ./.github/actions-hub/actions/git-push - name: Add reaction to command comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 if: always() with: token: ${{ secrets.GIT_PAT }} @@ -71,7 +71,7 @@ jobs: timeout-minutes: 1 steps: - name: Update comment - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index d09332d8..5eb8b660 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -16,7 +16,7 @@ jobs: - uses: hmarr/debug-action@v3.0.0 - name: "React to comment" - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} comment-id: ${{ github.event.comment.id }} @@ -50,7 +50,7 @@ jobs: - name: "Edit comment with error message" if: steps.determine_command.outputs.command-state != 'known' - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: token: ${{ secrets.GIT_PAT }} comment-id: ${{ github.event.comment.id }}