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: |