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 33
33
fetch-depth : 0
34
34
35
35
- name : Set up JVM
36
- uses : actions/setup-java@v3
36
+ uses : actions/setup-java@v4
37
37
with :
38
38
distribution : ' temurin'
39
39
java-version : ${{ matrix.java }}
56
56
fetch-depth : 0
57
57
58
58
- name : Set up JVM
59
- uses : actions/setup-java@v3
59
+ uses : actions/setup-java@v4
60
60
with :
61
61
distribution : ' temurin'
62
62
java-version : ${{ matrix.java }}
78
78
fetch-depth : 0
79
79
80
80
- name : Set up JVM
81
- uses : actions/setup-java@v3
81
+ uses : actions/setup-java@v4
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@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' temurin'
19
19
java-version : 17
You can’t perform that action at this time.
0 commit comments