diff options
author | kylo252 <[email protected]> | 2022-10-15 18:32:11 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-15 18:32:11 +0200 |
commit | 48d1c38fa88dbfbaa35e81560cf0fa7d8793b195 (patch) | |
tree | 17f8dbae8d101fbb5e661e23c9d24a586471e9e2 /.github/workflows/install.yaml | |
parent | e94390a9225c418dd96eb6b6822ce0dc15ce7cce (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/install.yaml')
-rw-r--r-- | .github/workflows/install.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 8ab27e88..5f72bcac 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -33,13 +33,13 @@ jobs: neovim: nightly runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install neovim binary from release env: RELEASE_VER: ${{ matrix.neovim }} run: | - echo "$HOME/.local/bin" >> $GITHUB_PATH + echo "$HOME/.local/bin" >> "$GITHUB_PATH" bash ./utils/installer/install-neovim-from-release - name: Install LunarVim @@ -72,7 +72,7 @@ jobs: shell: pwsh steps: # it's not currently possbile to run tests on windows, see nvim-lua/plenary.nvim#255 - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install neovim binary uses: rhysd/action-setup-vim@v1 |