File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 with :
1111 submodules : true
1212 - name : Set up Docker Buildx
13- uses : docker/setup-buildx-action@v1
13+ uses : docker/setup-buildx-action@v3
1414 - name : Install socat tool
1515 run : |
1616 sudo apt-get update
2323 restore-keys : |
2424 ${{ runner.os }}-parsec_docker_cache-
2525 - name : Set up JDK 16
26- uses : actions/setup-java@v2
26+ uses : actions/setup-java@v4
2727 with :
2828 java-version : " 16"
2929 distribution : " zulu"
3333 # still needs work to get tests running on java 16
3434 run : ./mvnw --batch-mode clean verify -DskipTests=true
3535 - name : Set up JDK 8
36- uses : actions/setup-java@v2
36+ uses : actions/setup-java@v4
3737 with :
3838 java-version : " 8"
3939 distribution : " zulu"
You can’t perform that action at this time.
0 commit comments