summaryrefslogtreecommitdiff
path: root/.github/workflows/plugins.yml
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-10-15 18:32:11 +0200
committerGitHub <[email protected]>2022-10-15 18:32:11 +0200
commit48d1c38fa88dbfbaa35e81560cf0fa7d8793b195 (patch)
tree17f8dbae8d101fbb5e661e23c9d24a586471e9e2 /.github/workflows/plugins.yml
parente94390a9225c418dd96eb6b6822ce0dc15ce7cce (diff)
chore(plugins): bump version (#3248)
* ci: update workflows * chore(plugins): bump version * chore: update depdecated settings for comment.nvim * chore(lsp): update skiplist * fixup!: take 2 for comment.nvim
Diffstat (limited to '.github/workflows/plugins.yml')
-rw-r--r--.github/workflows/plugins.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml
index d5c6310f..46c88c81 100644
--- a/.github/workflows/plugins.yml
+++ b/.github/workflows/plugins.yml
@@ -25,15 +25,13 @@ jobs:
contents: write
pull-requests: write
steps:
- - uses: actions/checkout@v2
- with:
- ref: ${{ github.head_ref }}
+ - uses: actions/checkout@v3
- name: Install neovim binary
uses: rhysd/action-setup-vim@v1
with:
neovim: true
- version: v0.8.0
+ version: nightly
- name: Install LunarVim
timeout-minutes: 4