From f171953e4366af7328abd4d9054b6c22466a8768 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Mon, 3 Mar 2025 14:27:02 +0200 Subject: [PATCH] chore(ci)!: use rolling stable version of nvim (#90) * chore(ci)!: use rolling stable version of nvim * fix(ci): use correct version on doc check --- .github/workflows/docs.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bcd0514..8a0335e 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -24,7 +24,7 @@ jobs: uses: rhysd/action-setup-vim@v1 with: neovim: true - version: ${{ matrix.version }} + version: stable - name: Cache .tests uses: actions/cache@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c82730b..f5a767e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: matrix: os: [ubuntu-latest] version: - - v0.10.4 + - stable - nightly runs-on: ${{ matrix.os }} steps: