From c162991fa18abe0ae626929aaec43e631d1e37e1 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sun, 23 Jan 2022 19:48:19 +0100 Subject: ci: bump tree-sitter to 0.20.4 fixes issues with `parser.h` not being generated --- .github/workflows/check-query-files-and-compilation.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 69ac68de..6d92938b 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -56,7 +56,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: ${{ matrix.nvim_tag }} - TREE_SITTER_CLI_TAG: v0.20.3 + TREE_SITTER_CLI_TAG: v0.20.4 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d87a3aae..03d1847b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -56,7 +56,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: stable - TREE_SITTER_CLI_TAG: v0.20.3 + TREE_SITTER_CLI_TAG: v0.20.4 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh -- cgit v1.2.3