Skip to content

Commit b0dbb8d

Browse files
authored
Update ci.yml (#386)
Switch to v2 setup action
1 parent 3431444 commit b0dbb8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout repository
3434
uses: actions/checkout@v4
3535
- name: Set up tree-sitter
36-
uses: tree-sitter/setup-action/cli@v1
36+
uses: tree-sitter/setup-action/cli@v2
3737
- name: Set up examples
3838
run: |-
3939
git clone https://github.com/JamesNK/Newtonsoft.Json examples/Newtonsoft.Json --single-branch --depth=1 --filter=blob:none

0 commit comments

Comments
 (0)