Skip to content

Commit 6864405

Browse files
committed
Upgrade checkout action
1 parent f2283e4 commit 6864405

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Build the Docker image
99
run: docker build -t vim-lumen -f tests/Dockerfile .
1010
- name: Run tests with vim

0 commit comments

Comments
 (0)