diff options
author | kylo252 <[email protected]> | 2022-04-27 17:38:06 +0200 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-04-27 17:38:06 +0200 |
commit | f3750313da239d4a9018195c91e74596e36a794a (patch) | |
tree | d023a2de6a2819bf5b16010dd02ed68ccdd2d0e8 /.github/workflows | |
parent | e81d24e3c34cc9718b74de3c0f294c53fcbe82a8 (diff) | |
parent | 3de829e76ed3d90b25250b1ab76f6425146af9d2 (diff) |
Merge branch 'rolling'
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/install.yaml | 2 | ||||
-rw-r--r-- | .github/workflows/plugins.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/install.yaml b/.github/workflows/install.yaml index 54da94bc..51336ed9 100644 --- a/.github/workflows/install.yaml +++ b/.github/workflows/install.yaml @@ -57,7 +57,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: v0.6.1 + version: v0.7.0 - name: Install LunarVim timeout-minutes: 4 diff --git a/.github/workflows/plugins.yml b/.github/workflows/plugins.yml index ba16ddca..d84c6b36 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.6.1 + version: v0.7 - name: Install LunarVim timeout-minutes: 4 |