From 3ab91800a6a5f8a3f6b5ca7a72fd51730e418ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:02:38 +0000 Subject: [PATCH] ci: bump tree-sitter/parser-test-action from 2 to 3 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](https://github.com/tree-sitter/parser-test-action/compare/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] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a59865..a1a88d5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: install-lib: false - name: Run tests - uses: tree-sitter/parser-test-action@v2 + uses: tree-sitter/parser-test-action@v3 - name: Clone neovim runtime corpus uses: actions/checkout@v5