From 56f3c2cabbb1181feb3d73db35a10a30b7781c6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:51:17 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3 to 4 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] --- .github/workflows/bechmark_comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bechmark_comment.yml b/.github/workflows/bechmark_comment.yml index 6597753..b08aa8f 100644 --- a/.github/workflows/bechmark_comment.yml +++ b/.github/workflows/bechmark_comment.yml @@ -56,7 +56,7 @@ jobs: - name: Create comment if: steps.fc.outputs.comment-id == '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: issue-number: ${{ steps.get-pr-number.outputs.number }} body: | @@ -64,7 +64,7 @@ jobs: - name: Update comment if: steps.fc.outputs.comment-id != '' - uses: peter-evans/create-or-update-comment@v3 + uses: peter-evans/create-or-update-comment@v4 with: comment-id: ${{ steps.fc.outputs.comment-id }} body: |