From 4e66262d88002f5b291881bbd4a4eff2824ab421 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Wed, 19 Nov 2025 12:42:55 -0800 Subject: [PATCH] fix: unset codex-version default; should pick up 0.60.1 --- action.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/action.yml b/action.yml index b4054fe..d83acc2 100644 --- a/action.yml +++ b/action.yml @@ -34,8 +34,7 @@ inputs: codex-version: description: "Version of `@openai/codex` to install." required: false - # Temporary fix to prevent picking up 0.59.0. - default: "0.58.0" + default: "" codex-args: description: "Additional args to pass through to `codex exec`. If this value starts with `[`, it will be parsed as a JSON array; otherwise, it will be parsed as a shell-like string." required: false