File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v4
14
+ uses : actions/checkout@v5
15
15
with :
16
16
submodules : true
17
17
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
18
18
sudo apt-get -y install libfuse2
19
19
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
20
20
- name : checkout master
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
path : work
24
24
- name : Checkout vimdoc-ja
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
path : target
28
28
repository : ' vim-jp/vimdoc-ja'
@@ -82,11 +82,11 @@ jobs:
82
82
sudo apt-get -y install libfuse2
83
83
echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
84
84
- name : checkout master
85
- uses : actions/checkout@v4
85
+ uses : actions/checkout@v5
86
86
with :
87
87
path : work
88
88
- name : Checkout vimdoc-ja
89
- uses : actions/checkout@v4
89
+ uses : actions/checkout@v5
90
90
with :
91
91
path : target
92
92
repository : ' vim-jp/vimdoc-ja'
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
20
20
uses : 1466587594/get-current-time@v2
21
21
id : current-time
22
22
- name : Checkout vimdoc-ja-working
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
with :
25
25
path : work
26
26
- name : Checkout vim
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
repository : vim/vim
30
30
path : vim
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- name : Checkout
12
- uses : actions/checkout@v4
12
+ uses : actions/checkout@v5
13
13
with :
14
14
submodules : true
15
15
- name : nvcheck-github-pr-review
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : checkout
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@v5
11
11
- name : help tag check
12
12
uses : tsuyoshicho/action-vimhelp-tagname-check@v1
You can’t perform that action at this time.
0 commit comments