Explorar el Código

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

LostNeophyte hace 2 años
padre
commit
778546544d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/plugins.yml

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

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