aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2024-08-05 00:27:13 +0200
committerGitHub <noreply@github.com>2024-08-05 00:27:13 +0200
commitf3d1e41d812b5a4cfc98f646fbc9135dc91ccd59 (patch)
tree900565001954954b9e1c721dbf5a9c05f4407b18 /.github/workflows
parentfeat: add steep configuration (#422) (diff)
downloadmason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar.gz
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar.bz2
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar.lz
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar.xz
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.tar.zst
mason-lspconfig-f3d1e41d812b5a4cfc98f646fbc9135dc91ccd59.zip
docs: auto-generate available LSP servers list in readme (#445)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/autogenerate.yml2
-rw-r--r--.github/workflows/check-generated-code-state.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/autogenerate.yml b/.github/workflows/autogenerate.yml
index 7e1d125..d17d86c 100644
--- a/.github/workflows/autogenerate.yml
+++ b/.github/workflows/autogenerate.yml
@@ -13,7 +13,7 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- version: v0.9.0
+ version: v0.10.1
- name: make generate
run: make generate
diff --git a/.github/workflows/check-generated-code-state.yml b/.github/workflows/check-generated-code-state.yml
index 40abcfe..3bfd4a8 100644
--- a/.github/workflows/check-generated-code-state.yml
+++ b/.github/workflows/check-generated-code-state.yml
@@ -14,7 +14,7 @@ jobs:
- uses: rhysd/action-setup-vim@v1
with:
neovim: true
- version: v0.9.0
+ version: v0.10.1
- name: make generate
run: make generate