浏览代码

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

LostNeophyte 2 年之前
父节点
当前提交
778546544d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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