From 57993361198b924127812d95c827afd06e118230 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sun, 22 Dec 2024 17:58:03 -0500 Subject: [PATCH] ci: update workflow --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c51765c..77d10313 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - - name: Set up the repo - uses: tree-sitter/setup-action/cli@v1 + - name: Set up tree-sitter + uses: tree-sitter/setup-action/cli@v2 - name: Set up examples run: |- git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none