From df481df93d05f3a8098480367110c4ada97af98b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 03:15:28 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#317) Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 3 to 4. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v3...v4) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/hello-world-command.yml | 4 ++-- .github/workflows/ping-command.yml | 2 +- .github/workflows/slash-command-dispatch.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hello-world-command.yml b/.github/workflows/hello-world-command.yml index fec99ccd8..ba8fee371 100644 --- a/.github/workflows/hello-world-command.yml +++ b/.github/workflows/hello-world-command.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Add reaction - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.client_payload.github.payload.comment.id }} reaction-type: hooray @@ -17,7 +17,7 @@ jobs: run: echo "run-url=https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID" >> $GITHUB_OUTPUT - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ github.event.client_payload.github.payload.issue.number }} body: | diff --git a/.github/workflows/ping-command.yml b/.github/workflows/ping-command.yml index 1361d9e33..fb071aaea 100644 --- a/.github/workflows/ping-command.yml +++ b/.github/workflows/ping-command.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Update comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.client_payload.github.payload.comment.id }} body: | diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 8780b5f7f..164fd913d 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -105,7 +105,7 @@ jobs: - name: Edit comment with error message if: steps.scd.outputs.error-message - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ github.event.comment.id }} body: |