From 661f229037fe41d02c75e6e3040f5820adc6b791 Mon Sep 17 00:00:00 2001 From: Frank Date: Mon, 1 Sep 2025 17:23:46 -0400 Subject: [PATCH] Pin opencode version --- github/action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github/action.yml b/github/action.yml index 2f9c952b0..360ae1a06 100644 --- a/github/action.yml +++ b/github/action.yml @@ -19,6 +19,8 @@ runs: - name: Install opencode shell: bash run: curl -fsSL https://opencode.ai/install | bash + env: + VERSION: 0.5.29 - name: Run opencode shell: bash