diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c51765..77d1031 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