From 2587a4beb25d67dcd75a06f95645d0fc28316205 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 10:10:55 +0000 Subject: [PATCH] Revert "Rebuild" This reverts commit bc887cab054ea8a673fbee831b865ae1100924c9. --- 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 04161fcee..75cfa8cbb 100644 --- a/lib/entry-points.js +++ b/lib/entry-points.js @@ -148307,7 +148307,7 @@ function getDiffRangesJsonFilePath() { return path2.join(getTemporaryDirectory(), PR_DIFF_RANGE_JSON_FILENAME); } function getActionVersion() { - return "3.36.0"; + return "4.36.0"; } function getWorkflowEventName() { return getRequiredEnvParam("GITHUB_EVENT_NAME");