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 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 submodules : true
1717
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ jobs:
1818 sudo apt-get -y install libfuse2
1919 echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
2020 - name : checkout master
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 path : work
2424 - name : Checkout vimdoc-ja
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 path : target
2828 repository : ' vim-jp/vimdoc-ja'
@@ -82,11 +82,11 @@ jobs:
8282 sudo apt-get -y install libfuse2
8383 echo "LD_PRELOAD=/lib/x86_64-linux-gnu/libgmodule-2.0.so" >> $GITHUB_ENV
8484 - name : checkout master
85- uses : actions/checkout@v4
85+ uses : actions/checkout@v5
8686 with :
8787 path : work
8888 - name : Checkout vimdoc-ja
89- uses : actions/checkout@v4
89+ uses : actions/checkout@v5
9090 with :
9191 path : target
9292 repository : ' vim-jp/vimdoc-ja'
Original file line number Diff line number Diff line change @@ -20,11 +20,11 @@ jobs:
2020 uses : 1466587594/get-current-time@v2
2121 id : current-time
2222 - name : Checkout vimdoc-ja-working
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 path : work
2626 - name : Checkout vim
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 with :
2929 repository : vim/vim
3030 path : vim
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 with :
1414 submodules : true
1515 - name : nvcheck-github-pr-review
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : checkout
10- uses : actions/checkout@v4
10+ uses : actions/checkout@v5
1111 - name : help tag check
1212 uses : tsuyoshicho/action-vimhelp-tagname-check@v1
You can’t perform that action at this time.
0 commit comments