Skip to content

Commit

Permalink
Update action's versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thinca committed Mar 2, 2024
1 parent 77b37be commit 5c8df1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
timeout-minutes: 10

steps:
- uses: 'actions/checkout@v3'
- uses: 'actions/checkout@v4'
- name: 'Setup Vim'
id: 'vim'
uses: 'thinca/action-setup-vim@v1'
uses: 'thinca/action-setup-vim@v2'
with:
vim_version: '${{ matrix.vim_version }}'
download: '${{ matrix.download }}'
Expand Down

0 comments on commit 5c8df1b

Please sign in to comment.