File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
os : [ubuntu-latest, macos-latest, windows-latest]
16
16
java : [ '11', '17' ]
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@v4
19
19
- name : Setup JDK
20
20
uses : actions/setup-java@v3
21
21
with :
Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
if : github.repository == 'fwcd/kotlin-language-server'
11
11
steps :
12
- - uses : actions/checkout@v3
12
+ - uses : actions/checkout@v4
13
13
- name : Setup JDK
14
14
uses : actions/setup-java@v3
15
15
with :
Original file line number Diff line number Diff line change 13
13
runs-on : ubuntu-latest
14
14
if : github.repository == 'fwcd/kotlin-language-server'
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Set up QEMU
18
18
uses : docker/setup-qemu-action@v2
19
19
- name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments