From 58e554c9cbd2de03535fe197ab54fac444332350 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 10:58:36 +0000 Subject: [PATCH] Rebuild --- lib/entry-points.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entry-points.js b/lib/entry-points.js index c9f884578..43e22cc25 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -145160,7 +145160,7 @@ function getDiffRangesJsonFilePath() { return path2.join(getTemporaryDirectory(), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "4.37.1"; + return "4.37.2"; } function getWorkflowEventName() { return getRequiredEnvParam("GITHUB_EVENT_NAME" /* GITHUB_EVENT_NAME */);