From bbbc721785fcc2eb2d18f25fecc5c778805c07a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:21:45 +0000 Subject: [PATCH] chore(deps): bump rhysd/action-setup-vim from 1.4.2 to 1.4.3 Bumps [rhysd/action-setup-vim](https://github.com/rhysd/action-setup-vim) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/rhysd/action-setup-vim/releases) - [Changelog](https://github.com/rhysd/action-setup-vim/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/action-setup-vim/compare/8e931b9954b19d4203d5caa5ff5521f3bc21dcc7...89f3345bcde053529463583418779d83ee6dfb33) --- updated-dependencies: - dependency-name: rhysd/action-setup-vim dependency-version: 1.4.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50a4337..1b3c507 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: path: .deps/plenary.nvim - name: Set up Neovim - uses: rhysd/action-setup-vim@8e931b9954b19d4203d5caa5ff5521f3bc21dcc7 # v1.4.2 + uses: rhysd/action-setup-vim@89f3345bcde053529463583418779d83ee6dfb33 # v1.4.3 with: neovim: true version: ${{ matrix.version }}