From 30d2feab7702f6ba2d7ff351fdc2b1303a882e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:18:59 -0800 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3 to 4 (#133) 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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de30816..66498a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,14 +119,14 @@ jobs: done - name: Post a reaction (parsed your comment) if: steps.get_refs.outcome == 'success' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get_pr.outputs.pr }} comment-id: ${{ steps.find_comment.outputs.comment-id }} reactions: eyes - name: Post a reaction (unparsed comment) if: steps.get_refs.outcome == 'failure' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get_pr.outputs.pr }} comment-id: ${{ steps.find_comment.outputs.comment-id }}