Browse Source

fix(ci): use neovim stable in plugins-bump (#4161)

LostNeophyte 2 years ago
parent
commit
778546544d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/plugins.yml

+ 1 - 1
.github/workflows/plugins.yml

@@ -32,7 +32,7 @@ jobs:
         uses: rhysd/action-setup-vim@v1
         uses: rhysd/action-setup-vim@v1
         with:
         with:
           neovim: true
           neovim: true
-          version: nightly
+          version: stable
 
 
       - name: Install LunarVim
       - name: Install LunarVim
         timeout-minutes: 4
         timeout-minutes: 4