Skip to content

Commit 46ae8a8

Browse files
ci: bump tree-sitter/setup-action from 1 to 2 (#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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ashar <[email protected]>
1 parent 4121b00 commit 46ae8a8

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
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
3737
- name: Set up tree-sitter
38-
uses: tree-sitter/setup-action/cli@v1
38+
uses: tree-sitter/setup-action/cli@v2
3939
- name: Run tests
4040
uses: tree-sitter/parser-test-action@v2
4141
with:

0 commit comments

Comments
 (0)