File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v4
45+ uses : actions/setup-java@v5
4646 with :
4747 distribution : zulu
4848 java-version : 17
@@ -104,7 +104,7 @@ jobs:
104104
105105 # Set up Java environment for the next steps
106106 - name : Setup Java
107- uses : actions/setup-java@v4
107+ uses : actions/setup-java@v5
108108 with :
109109 distribution : zulu
110110 java-version : 17
@@ -153,7 +153,7 @@ jobs:
153153
154154 # Set up Java environment for the next steps
155155 - name : Setup Java
156- uses : actions/setup-java@v4
156+ uses : actions/setup-java@v5
157157 with :
158158 distribution : zulu
159159 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@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 distribution : zulu
3232 java-version : 17
You can’t perform that action at this time.
0 commit comments