From 3de829e76ed3d90b25250b1ab76f6425146af9d2 Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Wed, 27 Apr 2022 17:37:27 +0200 Subject: refactor: lock new installations to nvim v0.7+ (#2526) --- .github/workflows/install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/install.yaml') diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 54da94bc..51336ed9 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -57,7 +57,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.6.1 + version: v0.7.0 - name: Install LunarVim timeout-minutes: 4 -- cgit v1.2.3