From d42ca405209fd6033c2abc167819b18eaae550c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 00:57:52 +0000 Subject: [PATCH] chore(github-actions): bump peter-evans/create-or-update-comment 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] --- pacquet/.github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacquet/.github/workflows/benchmark.yml b/pacquet/.github/workflows/benchmark.yml index cd7d5f4560..9930c346b0 100644 --- a/pacquet/.github/workflows/benchmark.yml +++ b/pacquet/.github/workflows/benchmark.yml @@ -107,7 +107,7 @@ jobs: - name: Create or update comment # Check if the event is not triggered by a fork if: github.event.pull_request.head.repo.full_name == github.repository - uses: peter-evans/create-or-update-comment@v2 + uses: peter-evans/create-or-update-comment@v3 with: issue-number: ${{ github.event.pull_request.number }} edit-mode: replace