Skip to content

Commit a6caac9

Browse files
ci: bump tree-sitter/parser-test-action from 2 to 3 (#7)
Bumps [tree-sitter/parser-test-action](https://github.com/tree-sitter/parser-test-action) from 2 to 3. - [Release notes](https://github.com/tree-sitter/parser-test-action/releases) - [Commits](tree-sitter/parser-test-action@v2...v3) --- updated-dependencies: - dependency-name: tree-sitter/parser-test-action dependency-version: '3' 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 39faa16 commit a6caac9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ jobs:
3939
with:
4040
tree-sitter-ref: v0.25.10
4141
- name: Run tests
42-
uses: tree-sitter/parser-test-action@v2
42+
uses: tree-sitter/parser-test-action@v3
4343
with:
4444
test-rust: true
4545
test-python: true
4646
test-go: true
4747
test-swift: false
4848
test-node: false
49+
go-version: "1.23"

0 commit comments

Comments
 (0)