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 f2283e4 commit 6864405Copy full SHA for 6864405
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
8
- name: Build the Docker image
9
run: docker build -t vim-lumen -f tests/Dockerfile .
10
- name: Run tests with vim
0 commit comments