We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc76e commit 4f364a0Copy full SHA for 4f364a0
.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
32
steps:
33
- name: Checkout repository
34
uses: actions/checkout@v4
35
- - name: Set up the repo
36
- uses: tree-sitter/setup-action/cli@v1
+ - name: Set up tree-sitter
+ uses: tree-sitter/setup-action/cli@v2
37
- name: Set up examples
38
run: |-
39
git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none
0 commit comments