File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ' ubuntu-latest'
88 steps :
99 - uses : actions/checkout@v1
10- - uses : actions/setup-java@v1
10+ - uses : actions/setup-java@v2
1111 with :
12- java-version : ' 11'
12+ distribution : temurin
13+ java-version : ' 11.0.14'
1314 java-package : jdk
1415 - name : Cache local Maven repository
1516 uses : actions/cache@v2
3132 runs-on : ' macOS-latest'
3233 steps :
3334 - uses : actions/checkout@v1
34- - uses : actions/setup-java@v1
35+ - uses : actions/setup-java@v2
3536 with :
36- java-version : ' 11'
37+ distribution : temurin
38+ java-version : ' 11.0.14'
3739 java-package : jdk
3840 - name : Cache local Maven repository
3941 uses : actions/cache@v2
5557 runs-on : ' windows-latest'
5658 steps :
5759 - uses : actions/checkout@v1
58- - uses : actions/setup-java@v1
60+ - uses : actions/setup-java@v2
5961 with :
60- java-version : ' 11'
62+ distribution : temurin
63+ java-version : ' 11.0.14'
6164 java-package : jdk
6265 - name : Cache local Maven repository
6366 uses : actions/cache@v2
You can’t perform that action at this time.
0 commit comments