From a22cfed7229e484b7de56f97e27cc9969db39c50 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 1 Sep 2025 17:14:17 -0400 Subject: [PATCH] sync --- github/run/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/run/action.yml b/github/run/action.yml index c2415839d..d3ad1f2e4 100644 --- a/github/run/action.yml +++ b/github/run/action.yml @@ -26,7 +26,7 @@ runs: steps: - name: Install opencode shell: bash - run: OPENCODE_VERSION=0.5.29 curl -fsSL https://opencode.ai/install | bash + run: OPENCODE_VERSION=0.5.28 curl -fsSL https://opencode.ai/install | bash - name: Check opencode version shell: bash