File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 12
12
- name : Set up Docker Buildx
13
13
uses : docker/setup-buildx-action@v1
14
14
- name : Cache Docker layers
15
- uses : actions/cache@v2
15
+ uses : actions/cache@v4
16
16
with :
17
17
path : ./parsec-docker-test-image/parsec_docker_cache
18
18
key : ${{ runner.os }}-parsec_docker_cache-${{ github.sha }}
21
21
- name : Set up JDK 16
22
22
uses : actions/setup-java@v2
23
23
with :
24
- java-version : ' 16 '
25
- distribution : ' zulu'
24
+ java-version : " 16 "
25
+ distribution : " zulu"
26
26
architecture : x64
27
27
cache : maven
28
28
- name : Build with Maven
31
31
- name : Set up JDK 8
32
32
uses : actions/setup-java@v2
33
33
with :
34
- java-version : ' 8 '
35
- distribution : ' zulu'
34
+ java-version : " 8 "
35
+ distribution : " zulu"
36
36
architecture : x64
37
37
cache : maven
38
38
- name : Build with Maven
39
39
run : ./mvnw --batch-mode clean verify
40
-
You can’t perform that action at this time.
0 commit comments