aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
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 /.github/workflows/tests.yml
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
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
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