File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : Set up JVM
37
- uses : actions/setup-java@v2
37
+ uses : actions/setup-java@v3
38
38
with :
39
39
distribution : ' temurin'
40
40
java-version : ${{ matrix.java }}
60
60
fetch-depth : 0
61
61
62
62
- name : Set up JVM
63
- uses : actions/setup-java@v2
63
+ uses : actions/setup-java@v3
64
64
with :
65
65
distribution : ' temurin'
66
66
java-version : ${{ matrix.java }}
78
78
fetch-depth : 0
79
79
80
80
- name : Set up JVM
81
- uses : actions/setup-java@v2
81
+ uses : actions/setup-java@v3
82
82
with :
83
83
distribution : ' temurin'
84
84
java-version : ' 17'
Original file line number Diff line number Diff line change 13
13
fetch-depth : 0
14
14
15
15
- name : Set up JVM
16
- uses : actions/setup-java@v2
16
+ uses : actions/setup-java@v3
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : 17
You can’t perform that action at this time.
0 commit comments