summaryrefslogtreecommitdiff
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-01-21 11:03:51 +0100
committerStephan Seitz <stephan.seitz@fau.de>2022-01-21 18:58:40 +0100
commitbf59e0a3fbb7cffc43c9d673866c68b7cff6a705 (patch)
tree35d56b461b0eaa3d7b60ccdc03a9bac941670b8b /.github/workflows/tests.yml
parent2c7c87570b4e4fc23e0569accf7372302bfbfa19 (diff)
ci: bump neovim and tree-sitter cli to latest version
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index cc81a5bb..74e78c88 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -28,8 +28,8 @@ jobs:
- name: Install and prepare Neovim
env:
- NVIM_TAG: v0.6.0
- TREE_SITTER_CLI_TAG: v0.20.1
+ NVIM_TAG: v0.6.1
+ TREE_SITTER_CLI_TAG: v0.20.2
run: |
bash ./scripts/ci-install-${{ matrix.os }}.sh