From ba2e0ac09b34cdc54ea7142a4dfd5406fffe0334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 06:06:27 +0000 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 2 to 3 Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v2...v3) --- 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/comment.yml | 2 +- .github/workflows/comment_benchmarks_v2.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index 8ce3d09a8..13329c786 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -76,7 +76,7 @@ jobs: body: ${{ steps.results.outputs.body }} - name: Update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: github.event.workflow_run.event != 'push' with: comment-id: ${{ steps.fc.outputs.comment-id }} diff --git a/.github/workflows/comment_benchmarks_v2.yml b/.github/workflows/comment_benchmarks_v2.yml index 6622ec648..d1181971c 100644 --- a/.github/workflows/comment_benchmarks_v2.yml +++ b/.github/workflows/comment_benchmarks_v2.yml @@ -70,7 +70,7 @@ jobs: body: ${{ steps.results.outputs.body }} - name: Update comment - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 if: github.event.workflow_run.event != 'push' with: comment-id: ${{ steps.fc.outputs.comment-id }}