From c2e0a8df1e860012047acd99ccf5463fd8f6cba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 18:25:11 +0000 Subject: [PATCH] chore(deps): bump thinca/action-setup-vim from 2 to 3 Bumps [thinca/action-setup-vim](https://github.com/thinca/action-setup-vim) from 2 to 3. - [Release notes](https://github.com/thinca/action-setup-vim/releases) - [Changelog](https://github.com/thinca/action-setup-vim/blob/master/CHANGELOG.md) - [Commits](https://github.com/thinca/action-setup-vim/compare/v2...v3) --- updated-dependencies: - dependency-name: thinca/action-setup-vim dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/buildtest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index 729010904..7f33e0e83 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -84,7 +84,7 @@ jobs: echo '::endgroup::' - name: Setup Vim id: 'vim' - uses: thinca/action-setup-vim@v2 + uses: thinca/action-setup-vim@v3 with: vim_version: '${{ matrix.vim }}' vim_type: '${{ matrix.type }}' @@ -221,7 +221,7 @@ jobs: echo '::endgroup::' - name: Setup Vim id: 'vim' - uses: thinca/action-setup-vim@v2 + uses: thinca/action-setup-vim@v3 with: vim_version: '${{ matrix.vim }}' vim_type: '${{ matrix.type }}'