From 8b9cb095d734191b69192c239b06471d3df15d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 12:06:27 +0000 Subject: [PATCH] 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/generate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate.yml b/.github/workflows/generate.yml index 8acf146d7..186b3f078 100644 --- a/.github/workflows/generate.yml +++ b/.github/workflows/generate.yml @@ -28,7 +28,7 @@ jobs: repository: 'vim-jp/vimdoc-ja' ssh-key: ${{ secrets.VIMDOC_JA_SSH_KEY }} - name: Setup Vim - uses: thinca/action-setup-vim@v2 + uses: thinca/action-setup-vim@v3 with: vim_version: 'v9.1.0065' vim_type: 'Vim' @@ -93,7 +93,7 @@ jobs: ssh-key: ${{ secrets.VIMDOC_JA_SSH_KEY }} ref: gh-pages - name: Setup Vim - uses: thinca/action-setup-vim@v2 + uses: thinca/action-setup-vim@v3 with: vim_version: 'v9.1.0065' vim_type: 'Vim'