Skip to content

Commit e68eb90

Browse files
committed
Merge remote-tracking branch 'origin/master' into vim9
2 parents 5e9b496 + 15294ad commit e68eb90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ jobs:
2929
${{ matrix.neovim && 'Neovim' || 'Vim' }}
3030
${{ matrix.version }}
3131
steps:
32-
- uses: actions/checkout@v4.1.1
32+
- uses: actions/checkout@v4
3333
- name: Setup Vim
34-
uses: rhysd/action-setup-vim@v1.3.0
34+
uses: rhysd/action-setup-vim@v1
3535
id: vim
3636
with:
3737
neovim: ${{ matrix.neovim }}
3838
version: ${{ matrix.version }}
3939
- name: Setup vim-themis
40-
uses: actions/checkout@v4.1.1
40+
uses: actions/checkout@v4
4141
with:
4242
repository: thinca/vim-themis
4343
path: vim-themis

0 commit comments

Comments
 (0)