From e9ac73b70b19876c8656035ede8db13743237f7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 12:28:13 +0100 Subject: [PATCH] Bump peter-evans/create-or-update-comment from 3.1.0 to 4.0.0 (#116) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index e9c841c..da0e9a4 100644 --- a/action.yml +++ b/action.yml @@ -293,7 +293,7 @@ runs: body-includes: Performance test results for - name: Comment on PR with test results - uses: peter-evans/create-or-update-comment@23ff15729ef2fc348714a3bb66d2f655ca9066f2 + uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 if: ${{ github.event_name == 'pull_request' && inputs.create-comment == 'true' }} with: issue-number: ${{ github.event.pull_request.number }}