1010 name : Build and test core
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v1
13+ - uses : actions/checkout@v2
1414 - name : Build latest
1515 run : mvn -q clean install
1616 working-directory : ./aws-serverless-java-container-core
1919 name : Build and test Jersey
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v1
22+ - uses : actions/checkout@v2
2323 - name : Build latest
2424 run : ./gha_build.sh jersey true true
2525 - name : Build Jersey 2.26
3333 name : Build and test Spark
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v1
36+ - uses : actions/checkout@v2
3737 - name : Build latest
3838 run : ./gha_build.sh spark true true
3939 - name : Build Spark 2.8.0
4343 name : Build and test Spring & SpringBoot
4444 runs-on : ubuntu-latest
4545 steps :
46- - uses : actions/checkout@v1
46+ - uses : actions/checkout@v2
4747 - name : Build latest
4848 run : ./gha_build.sh spring true true
4949 - name : Build Spring 4.3
5555 name : Build and test SpringBoot 2
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v1
58+ - uses : actions/checkout@v2
5959 - name : Build latest
6060 run : ./gha_build.sh springboot2 true true
6161 - name : Build Spring Boot 2.0
6969 name : Build and test Struts 2
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v1
72+ - uses : actions/checkout@v2
7373 - name : Build latest
74- run : ./gha_build.sh struts2 true true
74+ run : ./gha_build.sh struts2 true true
0 commit comments