Skip to content

Commit 4f364a0

Browse files
committed
ci: update workflow
1 parent a6fc76e commit 4f364a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
steps:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
35-
- name: Set up the repo
36-
uses: tree-sitter/setup-action/cli@v1
35+
- name: Set up tree-sitter
36+
uses: tree-sitter/setup-action/cli@v2
3737
- name: Set up examples
3838
run: |-
3939
git clone https://github.com/numpy/numpy examples/numpy --single-branch --depth=1 --filter=blob:none

0 commit comments

Comments
 (0)