diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2023-05-30 10:18:12 +0200 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-05-30 10:44:31 +0200 |
| commit | 23dfae4db84f71e2ddb56c024845b322035182ee (patch) | |
| tree | 19effc2ea059d3cab41d2718b3e3e12f71c8310d /.github | |
| parent | Update parsers: corn, scala (diff) | |
| download | nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar.gz nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar.bz2 nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar.lz nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar.xz nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.tar.zst nvim-treesitter-23dfae4db84f71e2ddb56c024845b322035182ee.zip | |
ci: bump tree-sitter CLI to v0.20.8
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a216d2ca..2393a78dc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -43,7 +43,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: stable - TREE_SITTER_CLI_TAG: v0.20.6 + TREE_SITTER_CLI_TAG: v0.20.8 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh |
