From 4b12dfef39c188b2a698dfd07106b9dee4bd5496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 23:17:17 +0000 Subject: [PATCH] chore(deps): bump rhysd/action-setup-vim from 1.4.3 to 1.4.5 Bumps [rhysd/action-setup-vim](https://github.com/rhysd/action-setup-vim) from 1.4.3 to 1.4.5. - [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/89f3345bcde053529463583418779d83ee6dfb33...1bba848d81cbce6e9d5d2b39fb7aaba7cdf0dd33) --- updated-dependencies: - dependency-name: rhysd/action-setup-vim dependency-version: 1.4.5 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 1b3c507..fdc6e9f 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@89f3345bcde053529463583418779d83ee6dfb33 # v1.4.3 + uses: rhysd/action-setup-vim@1bba848d81cbce6e9d5d2b39fb7aaba7cdf0dd33 # v1.4.5 with: neovim: true version: ${{ matrix.version }}