From 4817051a87a20b8acbf08cb43d3d1417311b61e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jan 2024 05:27:26 +0000 Subject: [PATCH] build(deps): bump peter-evans/create-or-update-comment from 3 to 4 (#307) 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/test-command.yml | 2 +- .github/workflows/test-v3.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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