File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 39
39
steps :
40
40
- run : git config --global core.autocrlf false
41
41
if : runner.os == 'Windows'
42
- - uses : actions/checkout@v2
42
+ - uses : actions/checkout@v3
43
43
- uses : denoland/setup-deno@v1
44
44
with :
45
45
deno-version : " ${{ matrix.version }}"
@@ -75,10 +75,10 @@ jobs:
75
75
steps :
76
76
- run : git config --global core.autocrlf false
77
77
if : runner.os == 'Windows'
78
- - uses : actions/checkout@v2
78
+ - uses : actions/checkout@v3
79
79
with :
80
80
path : " ./repo"
81
- - uses : actions/checkout@v2
81
+ - uses : actions/checkout@v3
82
82
with :
83
83
repository : " vim-denops/denops.vim"
84
84
path : " ./denops.vim"
Original file line number Diff line number Diff line change 9
9
udd :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v2
12
+ - uses : actions/checkout@v3
13
13
- uses : denoland/setup-deno@v1
14
14
with :
15
15
deno-version : " 1.x"
You can’t perform that action at this time.
0 commit comments