Skip to content

Commit e4177fc

Browse files
dependabot[bot]coder3101
authored andcommitted
ci: bump tree-sitter/setup-action from 1 to 2
Bumps [tree-sitter/setup-action](https://github.com/tree-sitter/setup-action) from 1 to 2. - [Release notes](https://github.com/tree-sitter/setup-action/releases) - [Commits](tree-sitter/setup-action@v1...v2) --- updated-dependencies: - dependency-name: tree-sitter/setup-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9182a99 commit e4177fc

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: Run tests
3838
uses: tree-sitter/parser-test-action@v2
3939
with:

0 commit comments

Comments
 (0)