Skip to content

Commit

Permalink
Use checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Sep 4, 2024
1 parent 077604e commit 63a4ce0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
vim: v8.2.0000

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Vim
id: vim
Expand All @@ -44,7 +44,7 @@ jobs:
run: ${{ steps.vim.outputs.executable_path }} --version

- name: Set up vim-themis
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
git config --global core.autocrlf input
echo "VCVARSALL=$(vswhere -products \* -latest -property installationPath)\\VC\\Auxiliary\\Build\\vcvarsall.bat" >>$GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: msys2/setup-msys2@v2
if: matrix.compiler == 'msys2'
Expand All @@ -124,7 +124,7 @@ jobs:
arch: ${{ matrix.arch }}

- name: Set up vim-themis
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: thinca/vim-themis
path: vim-themis
Expand Down

0 comments on commit 63a4ce0

Please sign in to comment.