From d809c89087a728384398fd7212b7c6816fe65966 Mon Sep 17 00:00:00 2001 From: Oleksandr Smirnov Date: Thu, 27 Feb 2025 20:26:18 +0200 Subject: [PATCH] chore(ci): maybe changing way of installing vim will fix the CI? --- .github/workflows/tests.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5199039..8aa665e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,11 +29,10 @@ jobs: go-version: "1.24.0" check-latest: false - - name: Install NeoVim - uses: rhysd/action-setup-vim@v1 + - name: Install Neovim + uses: MunifTanjim/setup-neovim-action@v1 with: - neovim: true - version: ${{ matrix.version }} + tag: ${{ matrix.version }} - uses: actions/checkout@v3