aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-query-files-and-compilation.yml2
-rw-r--r--.github/workflows/tests.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml
index 58c53a7e5..22297b49f 100644
--- a/.github/workflows/check-query-files-and-compilation.yml
+++ b/.github/workflows/check-query-files-and-compilation.yml
@@ -52,7 +52,7 @@ jobs:
- name: Install and prepare Neovim
env:
NVIM_TAG: ${{ matrix.nvim_tag }}
- TREE_SITTER_CLI_TAG: v0.20.2
+ TREE_SITTER_CLI_TAG: v0.20.3
run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 49d2029bf..c6e421b3b 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -53,7 +53,7 @@ jobs:
- name: Install and prepare Neovim
env:
NVIM_TAG: stable
- TREE_SITTER_CLI_TAG: v0.20.2
+ TREE_SITTER_CLI_TAG: v0.20.3
run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh