diff options
author | kylo252 <[email protected]> | 2022-05-03 14:36:43 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-05-03 14:36:43 +0200 |
commit | 5566076ebb539a7d72dd64af257413fd4dde6157 (patch) | |
tree | 69b8d5f2947356e56e15996a9316fbf249a40596 /.github | |
parent | 2a25d63a7d1afe04e5ea48d22a9e3230a1d102b8 (diff) |
chore(ci): fix failing plugins-update action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/plugins.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index d84c6b36..3df32105 100644 --- a/.github/workflows/plugins.yml +++ b/.github/workflows/plugins.yml @@ -33,7 +33,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.7 + version: v0.7.0 - name: Install LunarVim timeout-minutes: 4 |