From ba7db3cb71cb4129cb64c9006daa6cafa1b9644d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:08:44 +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/handle-create-rc-command.yml | 2 +- .github/workflows/handle-help-pr-command.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/handle-create-rc-command.yml b/.github/workflows/handle-create-rc-command.yml index e1cc7542..f7e32748 100644 --- a/.github/workflows/handle-create-rc-command.yml +++ b/.github/workflows/handle-create-rc-command.yml @@ -21,7 +21,7 @@ jobs: npm_token: ${{ secrets.NPM_TOKEN }} pr_number: ${{ github.event.client_payload.pull_request.number }} - name: Mark command as done ✅ - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }} diff --git a/.github/workflows/handle-help-pr-command.yml b/.github/workflows/handle-help-pr-command.yml index ed58591f..6e226dcc 100644 --- a/.github/workflows/handle-help-pr-command.yml +++ b/.github/workflows/handle-help-pr-command.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add commands and descriptions 🛟 - uses: peter-evans/create-or-update-comment@v4 + uses: peter-evans/create-or-update-comment@v5 with: repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }}