From 83d32ccc833157bcf08ffa3666ca2a086c079424 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Tue, 8 Jul 2025 11:42:31 -0700 Subject: [PATCH] chore: update the default version used by the GitHub Action to 0.3.0 --- .github/actions/codex/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/codex/action.yml b/.github/actions/codex/action.yml index f0af1cb3e7..f1c3e8c75a 100644 --- a/.github/actions/codex/action.yml +++ b/.github/actions/codex/action.yml @@ -22,7 +22,7 @@ inputs: codex_release_tag: description: "The release tag of the Codex model to run." required: false - default: "codex-rs-ca8e97fcbcb991e542b8689f2d4eab9d30c399d6-1-rust-v0.0.2505302325" + default: "rust-v0.3.0" runs: using: "composite"