Sfoglia il codice sorgente

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

LostNeophyte 2 anni fa
parent
commit
778546544d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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