diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/autogenerate.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/check-generated-code-state.yml | 2 |
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 |
