From 515a2e6faf99f30b9e1abbc43d53d8e4dff1bccf Mon Sep 17 00:00:00 2001 From: Luke Francl Date: Wed, 11 Feb 2026 09:13:56 -0800 Subject: [PATCH] Update tree-sitter/setup-action/cli to try to fix CI The error is likely fixed by this commit: https://github.com/tree-sitter/setup-action/commit/2a73b299fd6fb356d3b156013b1f0d2ece0e47c1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80b8f2c1..296b59b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Set up tree-sitter - uses: tree-sitter/setup-action/cli@v1 + uses: tree-sitter/setup-action/cli@v2 - name: Set up examples run: | git clone https://github.com/ruby/spec examples/ruby_spec --single-branch --depth=1 --filter=blob:none