Skip to content

Commit d67fe3b

Browse files
authored
Merge pull request #455 from eed3si9n/wip/tree-sitter
Pin to tree-sitter 0.24.7
2 parents 851f6a6 + 6c45808 commit d67fe3b

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ jobs:
7575

7676
- name: Set up tree-sitter
7777
uses: tree-sitter/setup-action/cli@v1
78+
with:
79+
tree-sitter-ref: v0.24.7
7880

7981
- name: Generate parser from scratch and test it
8082
shell: bash

.github/workflows/sync.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Set up tree-sitter
2121
uses: tree-sitter/setup-action/cli@v1
22+
with:
23+
tree-sitter-ref: v0.24.7
2224

2325
- name: Generate parser from scratch
2426
shell: bash

Cargo.toml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)