From bf59e0a3fbb7cffc43c9d673866c68b7cff6a705 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 21 Jan 2022 11:03:51 +0100 Subject: ci: bump neovim and tree-sitter cli to latest version --- .github/workflows/check-query-files-and-compilation.yml | 10 +++++----- .github/workflows/tests.yml | 4 ++-- .github/workflows/update-readme.yml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/check-query-files-and-compilation.yml b/.github/workflows/check-query-files-and-compilation.yml index 0608d5c2d..05bf623b5 100644 --- a/.github/workflows/check-query-files-and-compilation.yml +++ b/.github/workflows/check-query-files-and-compilation.yml @@ -9,20 +9,20 @@ jobs: matrix: os: [ubuntu-latest, windows-2022, macos-latest] cc: [ gcc, clang ] - nvim_tag: [ v0.6.0 ] + nvim_tag: [ v0.6.1 ] exclude: - os: macos-latest cc: gcc - nvim_tag: v0.6.0 + nvim_tag: v0.6.1 include: - os: windows-2022 cc: cl - nvim_tag: v0.6.0 + nvim_tag: v0.6.1 - os: macos-latest cc: gcc-10 - nvim_tag: v0.6.0 + nvim_tag: v0.6.1 - os: ubuntu-latest cc: gcc @@ -40,7 +40,7 @@ jobs: - name: Install and prepare Neovim env: NVIM_TAG: ${{ matrix.nvim_tag }} - TREE_SITTER_CLI_TAG: v0.20.1 + TREE_SITTER_CLI_TAG: v0.20.2 run: | bash ./scripts/ci-install-${{ matrix.os }}.sh diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index cc81a5bbf..74e78c884 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 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 500701196..445c08015 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -14,7 +14,7 @@ jobs: - name: Prepare env: - NVIM_TAG: v0.6.0 + NVIM_TAG: v0.6.1 run: | sudo apt-get update sudo add-apt-repository universe -- cgit v1.2.3-70-g09d2