Skip to content

Commit b8893c7

Browse files
committed
CI: Update version and message
* Update actions/checkout to v3. * Fix message.
1 parent 6e09532 commit b8893c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
steps:
88
- name: Preparation
99
run: sudo apt install gettext
10-
- name: checkout
11-
uses: actions/checkout@v2
10+
- name: Checkout
11+
uses: actions/checkout@v3
1212
- name: Checkout vim
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
repository: 'vim/vim'
1616
path: vim
@@ -26,6 +26,6 @@ jobs:
2626
2727
cd ../..
2828
${GITHUB_WORKSPACE}/vim/src/vim --version
29-
- name: Test vim
29+
- name: Test translation files
3030
run: |
3131
make test VIM=${GITHUB_WORKSPACE}/vim/src/vim

0 commit comments

Comments
 (0)