aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-22 10:08:02 +0100
committerChristian Clason <christian.clason@uni-due.de>2022-01-22 10:29:27 +0100
commit00736412a348453b93a11806052f682ee08c8e59 (patch)
tree614e3df6882d9d0a126a728a93e367be1ed3fa52
parentci: Avoid rust-cache (failures and current git dependency) (diff)
downloadnvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar.gz
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar.bz2
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar.lz
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar.xz
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.tar.zst
nvim-treesitter-00736412a348453b93a11806052f682ee08c8e59.zip
ci: bump tree-sitter to v0.20.3
-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