From 36388de772221fa2d321700b7871cf797a0fef5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 02:41:54 +0000 Subject: [PATCH] chore(deps): bump thinca/action-setup-vim from 1 to 2 Bumps [thinca/action-setup-vim](https://github.com/thinca/action-setup-vim) from 1 to 2. - [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/v1...v2) --- updated-dependencies: - dependency-name: thinca/action-setup-vim 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 d516dd1d2..153889c4f 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -76,7 +76,7 @@ jobs: fi - name: Setup Vim id: 'vim' - uses: thinca/action-setup-vim@v1 + uses: thinca/action-setup-vim@v2 with: vim_version: '${{ matrix.vim }}' vim_type: '${{ matrix.type }}' @@ -189,7 +189,7 @@ jobs: ${{ runner.os }}-pip- - name: Setup Vim id: 'vim' - uses: thinca/action-setup-vim@v1 + uses: thinca/action-setup-vim@v2 with: vim_version: '${{ matrix.vim }}' vim_type: '${{ matrix.type }}'