From a21357d3793302c5fc3feb20ebc32733f1a129f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 16:58:58 +0000 Subject: [PATCH] Bump peter-evans/commit-comment from 1 to 2 Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 0fcd7f12e584a..eaaa2e792c106 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -76,7 +76,7 @@ jobs: body="${body//$'\r'/'%0D'}" echo ::set-output name=body::$body - name: Create commit comment - uses: peter-evans/commit-comment@v1 + uses: peter-evans/commit-comment@v2 with: token: ${{ secrets.GITHUB_TOKEN }} body: ${{ steps.get-comment-body.outputs.body }}