This commit is contained in:
github-actions[bot]
2026-07-24 13:15:21 +00:00
parent dd4db1ec6a
commit 4a2bbdacae
+1 -1
View File
@@ -145404,7 +145404,7 @@ function getDiffRangesJsonFilePath(env = getEnv()) {
return path2.join(getTemporaryDirectory(env), PR_DIFF_RANGE_JSON_FILENAME);
}
function getActionVersion() {
return "4.37.4";
return "4.37.5";
}
function getWorkflowEventName(env = getEnv()) {
return env.getRequired("GITHUB_EVENT_NAME" /* GITHUB_EVENT_NAME */);