From 3eaf57ea7f055f97fbeb692ff80a6f3f5f25d96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:41:07 +0000 Subject: [PATCH] chore(deps): bump rhysd/action-setup-vim from 1.5.0 to 1.5.1 Bumps [rhysd/action-setup-vim](https://github.com/rhysd/action-setup-vim) from 1.5.0 to 1.5.1. - [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/387ddb86526bf67490a750c5e481fdecdf3ef4f6...46cf85a6076d2028f9e8cdbb77ccf04816ac88f6) --- updated-dependencies: - dependency-name: rhysd/action-setup-vim dependency-version: 1.5.1 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 f890f51..9ea8b33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: path: .deps/plenary.nvim - name: Set up Neovim - uses: rhysd/action-setup-vim@387ddb86526bf67490a750c5e481fdecdf3ef4f6 # v1.5.0 + uses: rhysd/action-setup-vim@46cf85a6076d2028f9e8cdbb77ccf04816ac88f6 # v1.5.1 with: neovim: true version: ${{ matrix.version }}