diff --git a/.github/workflows/test-command.yml b/.github/workflows/test-command.yml index ed1e106..c6e789c 100644 --- a/.github/workflows/test-command.yml +++ b/.github/workflows/test-command.yml @@ -78,7 +78,7 @@ jobs: body: ${{ steps.template.outputs.result }} - name: Add reaction - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 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/test-v3.yml b/.github/workflows/test-v3.yml index fff742f..9a0d7b3 100644 --- a/.github/workflows/test-v3.yml +++ b/.github/workflows/test-v3.yml @@ -8,7 +8,7 @@ jobs: # Test create - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 id: couc with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} @@ -23,7 +23,7 @@ jobs: # Test update - name: Update comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} comment-id: ${{ steps.couc.outputs.comment-id }} @@ -34,7 +34,7 @@ jobs: # Test add reactions - name: Add reactions - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} comment-id: ${{ steps.couc.outputs.comment-id }} @@ -42,7 +42,7 @@ jobs: # Test create with body from file - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} issue-number: 1 @@ -59,7 +59,7 @@ jobs: bar: that - name: Create comment - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} issue-number: 1