Skip to content

Commit 072bb98

Browse files
committed
workflow: Bump actions/checkout to v4
1 parent fdc0f18 commit 072bb98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/vader.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Git clone Vader
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
repository: junegunn/vader.vim
1818
path: vader.vim
1919
- name: Git clone Fugitive
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
with:
2222
repository: tpope/vim-fugitive
2323
path: vim-fugitive
2424
- name: Check out repository code
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
path: fugitive-cgit.vim
2828
- name: Install packages

0 commit comments

Comments
 (0)