File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1212 - name : Set up Docker Buildx
1313 uses : docker/setup-buildx-action@v1
1414 - name : Cache Docker layers
15- uses : actions/cache@v2
15+ uses : actions/cache@v4
1616 with :
1717 path : ./parsec-docker-test-image/parsec_docker_cache
1818 key : ${{ runner.os }}-parsec_docker_cache-${{ github.sha }}
2121 - name : Set up JDK 16
2222 uses : actions/setup-java@v2
2323 with :
24- java-version : ' 16 '
25- distribution : ' zulu'
24+ java-version : " 16 "
25+ distribution : " zulu"
2626 architecture : x64
2727 cache : maven
2828 - name : Build with Maven
3131 - name : Set up JDK 8
3232 uses : actions/setup-java@v2
3333 with :
34- java-version : ' 8 '
35- distribution : ' zulu'
34+ java-version : " 8 "
35+ distribution : " zulu"
3636 architecture : x64
3737 cache : maven
3838 - name : Build with Maven
3939 run : ./mvnw --batch-mode clean verify
40-
You can’t perform that action at this time.
0 commit comments