diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-04-16 10:40:11 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-04-16 10:43:46 +0200 |
| commit | 8a1acc00d2a768985a79358d1a6caa9f08a0eeea (patch) | |
| tree | e4ec5f283f1707399f64bcb98f37b0022e410996 /.github/workflows | |
| parent | remove ignore_child_trees from get_node_at_position (diff) | |
| download | nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar.gz nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar.bz2 nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar.lz nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar.xz nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.tar.zst nvim-treesitter-8a1acc00d2a768985a79358d1a6caa9f08a0eeea.zip | |
ci: bump treesitter to 0.20.6
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-queries.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/tests.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test-queries.yml b/.github/workflows/test-queries.yml index 18620f102..d833efd98 100644 --- a/.github/workflows/test-queries.yml +++ b/.github/workflows/test-queries.yml @@ -61,7 +61,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: ${{ matrix.nvim_tag }} - TREE_SITTER_CLI_TAG: v0.20.4 + TREE_SITTER_CLI_TAG: v0.20.6 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1b445573e..e8f462119 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: stable - TREE_SITTER_CLI_TAG: v0.20.4 + TREE_SITTER_CLI_TAG: v0.20.6 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh |
