Skip to content

Commit

Permalink
ci(ci): set tree-sitter-ref option for tree-sitter/setup-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Nov 27, 2024
1 parent b324f34 commit 892b863
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
uses: actions/checkout@v4
- name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v2
with:
tree-sitter-ref: v0.24.4
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
Expand Down

0 comments on commit 892b863

Please sign in to comment.