From ffe4e1cc016876f7d4782397128a80a66cde2e37 Mon Sep 17 00:00:00 2001 From: Tsuyoshi CHO Date: Sun, 3 Mar 2024 18:46:44 +0900 Subject: [PATCH] build: Update vim action to v2 --- .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 7535b90db..3fe1b6111 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -64,7 +64,7 @@ jobs: pip3 install --user -r requirements.txt - 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 }}' @@ -177,7 +177,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 }}'