File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
steps :
24
24
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
25
25
- name : Set up JDK 17
26
- uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
26
+ uses : actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
27
27
with :
28
28
java-version : ' 17'
29
29
distribution : ' temurin'
Original file line number Diff line number Diff line change 22
22
uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
23
23
24
24
- name : Set up JDK 11
25
- uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
25
+ uses : actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
26
26
with :
27
27
java-version : ${{ matrix.build.java }}
28
28
distribution : ' temurin'
Original file line number Diff line number Diff line change 40
40
uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
41
41
42
42
- name : Set up JDK 17
43
- uses : actions/setup-java@f4f1212c880fdec8162ea9a6493f4495191887b4
43
+ uses : actions/setup-java@ebb356cc4e59bcf94f518203228485f5d40e4b58
44
44
with :
45
45
java-version : ' 17'
46
46
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments