We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3583ea2 commit 0b0abbcCopy full SHA for 0b0abbc
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
lint:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
- uses: raven-actions/actionlint@v2
18
- uses: actions/setup-python@v5
19
with:
@@ -44,7 +44,7 @@ jobs:
44
name: "test (${{ matrix.vim.neovim && 'neovim' || 'vim' }} ${{ matrix.vim.version }})"
45
46
47
48
- uses: rhysd/action-setup-vim@v1
49
id: vim
50
0 commit comments