From 80edd6cb734b954fa2f6ff83c85bf66e9f219261 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Granstr=C3=B6m?= Date: Fri, 13 Sep 2024 19:46:46 +0200 Subject: [PATCH] Bump nvim version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fb9c223..563f209e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,9 @@ jobs: matrix: include: - os: ubuntu-latest - url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-linux64.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.9.4/nvim-linux64.tar.gz - os: macos-latest - url: https://github.com/neovim/neovim/releases/download/v0.7.0/nvim-macos.tar.gz + url: https://github.com/neovim/neovim/releases/download/v0.9.4/nvim-macos.tar.gz steps: - uses: actions/checkout@v3 - name: Prepare