From e01478eb3ee654df042083132362de1dd9f6100f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:44:54 +0000 Subject: [PATCH] Bump peter-evans/find-comment from 3.0.0 to 3.1.0 Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 3.0.0 to 3.1.0. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](https://github.com/peter-evans/find-comment/compare/d5fe37641ad8451bdd80312415672ba26c86575e...3eae4d37986fb5a8592848f6a574fdf654e61f9e) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e15bc99..423937e 100644 --- a/action.yml +++ b/action.yml @@ -287,7 +287,7 @@ runs: - name: Check if a comment was already made id: find-comment if: ${{ github.event_name == 'pull_request' && inputs.create-comment == 'true' }} - uses: peter-evans/find-comment@d5fe37641ad8451bdd80312415672ba26c86575e + uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e with: issue-number: ${{ github.event.pull_request.number }} body-includes: Performance test results for