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 1515 os : [ubuntu-latest, macos-latest, windows-latest]
1616 java : [ '11', '17' ]
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@v4
1919 - name : Setup JDK
2020 uses : actions/setup-java@v3
2121 with :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 if : github.repository == 'fwcd/kotlin-language-server'
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 - name : Setup JDK
1414 uses : actions/setup-java@v3
1515 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 if : github.repository == 'fwcd/kotlin-language-server'
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up QEMU
1818 uses : docker/setup-qemu-action@v2
1919 - name : Set up Docker Buildx
You can’t perform that action at this time.
0 commit comments