File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -41,12 +41,13 @@ jobs:
4141 command : chmod +x gradlew & ./gradlew build -x test
4242 steps :
4343 - name : Setup JDK for EvoMaster
44- uses : actions/setup-java@v1
44+ uses : actions/setup-java@v5
4545 with :
4646 # client library is on 8, but, to build whole EM, need higher.
4747 java-version : 17
48+ distribution : ' zulu'
4849 - name : Checkout EvoMaster
49- uses : actions/checkout@v4
50+ uses : actions/checkout@v6
5051 with :
5152 repository : WebFuzzing/EvoMaster
5253 path : evomaster
@@ -58,11 +59,12 @@ jobs:
5859 run : mvn clean install -DskipTests
5960 working-directory : evomaster/client-java
6061 - name : Setup JDK for EMB
61- uses : actions/setup-java@v1
62+ uses : actions/setup-java@v5
6263 with :
6364 java-version : ${{ matrix.jdk-version }}
65+ distribution : ' zulu'
6466 - name : Checkout EMB
65- uses : actions/checkout@v4
67+ uses : actions/checkout@v6
6668 - name : Build EMB
6769 run : ${{ matrix.command }}
6870 working-directory : ${{ matrix.folder }}
You can’t perform that action at this time.
0 commit comments