File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4242
4343 # Set up Java environment for the next steps
4444 - name : Setup Java
45- uses : actions/setup-java@v3
45+ uses : actions/setup-java@v4
4646 with :
4747 distribution : zulu
4848 java-version : 17
@@ -106,7 +106,7 @@ jobs:
106106
107107 # Set up Java environment for the next steps
108108 - name : Setup Java
109- uses : actions/setup-java@v3
109+ uses : actions/setup-java@v4
110110 with :
111111 distribution : zulu
112112 java-version : 17
@@ -159,7 +159,7 @@ jobs:
159159
160160 # Set up Java environment for the next steps
161161 - name : Setup Java
162- uses : actions/setup-java@v3
162+ uses : actions/setup-java@v4
163163 with :
164164 distribution : zulu
165165 java-version : 17
@@ -190,7 +190,7 @@ jobs:
190190
191191 # Set up Java environment for the next steps
192192 - name : Setup Java
193- uses : actions/setup-java@v3
193+ uses : actions/setup-java@v4
194194 with :
195195 distribution : zulu
196196 java-version : 17
@@ -237,7 +237,7 @@ jobs:
237237
238238 # Set up Java environment for the next steps
239239 - name : Setup Java
240- uses : actions/setup-java@v3
240+ uses : actions/setup-java@v4
241241 with :
242242 distribution : zulu
243243 java-version : 17
Original file line number Diff line number Diff line change 2626
2727 # Set up Java environment for the next steps
2828 - name : Setup Java
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v4
3030 with :
3131 distribution : zulu
3232 java-version : 17
Original file line number Diff line number Diff line change 3737
3838 # Set up Java environment for the next steps
3939 - name : Setup Java
40- uses : actions/setup-java@v3
40+ uses : actions/setup-java@v4
4141 with :
4242 distribution : zulu
4343 java-version : 17
You can’t perform that action at this time.
0 commit comments