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 21
21
- uses : actions/checkout@v4
22
22
23
23
- name : Set up JDK
24
- uses : actions/setup-java@v3
24
+ uses : actions/setup-java@v4
25
25
with :
26
26
java-version : ${{ matrix.java }}
27
27
distribution : ' temurin'
Original file line number Diff line number Diff line change 23
23
${{ runner.os }}-maven-
24
24
25
25
- name : Set up JDK
26
- uses : actions/setup-java@v3
26
+ uses : actions/setup-java@v4
27
27
with :
28
28
java-version : ' 17.0.4+8'
29
29
distribution : ' adopt'
Original file line number Diff line number Diff line change 18
18
sudo make install
19
19
- uses : actions/checkout@v4
20
20
- name : Set up JDK
21
- uses : actions/setup-java@v3
21
+ uses : actions/setup-java@v4
22
22
with :
23
23
java-version : ${{ matrix.java }}
24
24
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments