File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
fetch-depth : 0
26
26
27
27
- name : Setup Java
28
- uses : actions/setup-java@v3
28
+ uses : actions/setup-java@v4
29
29
with :
30
30
distribution : ' temurin'
31
31
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change 22
22
fetch-depth : 0
23
23
24
24
- name : Setup Java
25
- uses : actions/setup-java@v3
25
+ uses : actions/setup-java@v4
26
26
with :
27
27
distribution : ' temurin'
28
28
java-version : ${{ matrix.java }}
72
72
fetch-depth : 0
73
73
74
74
- name : Setup Java
75
- uses : actions/setup-java@v3
75
+ uses : actions/setup-java@v4
76
76
with :
77
77
distribution : ' temurin'
78
78
java-version : ${{ matrix.java }}
@@ -122,7 +122,7 @@ jobs:
122
122
fetch-depth : 0
123
123
124
124
- name : Setup Java
125
- uses : actions/setup-java@v3
125
+ uses : actions/setup-java@v4
126
126
with :
127
127
distribution : ' temurin'
128
128
java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments