File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4545
4646 # Set up the Java environment for the next steps
4747 - name : Setup Java
48- uses : actions/setup-java@v4
48+ uses : actions/setup-java@v5
4949 with :
5050 distribution : zulu
5151 java-version : 21
9696
9797 # Set up the Java environment for the next steps
9898 - name : Setup Java
99- uses : actions/setup-java@v4
99+ uses : actions/setup-java@v5
100100 with :
101101 distribution : zulu
102102 java-version : 21
@@ -153,7 +153,7 @@ jobs:
153153
154154 # Set up the 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 : 21
@@ -184,7 +184,7 @@ jobs:
184184
185185 # Set up the Java environment for the next steps
186186 - name : Setup Java
187- uses : actions/setup-java@v4
187+ uses : actions/setup-java@v5
188188 with :
189189 distribution : zulu
190190 java-version : 21
Original file line number Diff line number Diff line change 3333
3434 # Set up the Java environment for the next steps
3535 - name : Setup Java
36- uses : actions/setup-java@v4
36+ uses : actions/setup-java@v5
3737 with :
3838 distribution : zulu
3939 java-version : 21
Original file line number Diff line number Diff line change 3737
3838 # Set up the Java environment for the next steps
3939 - name : Setup Java
40- uses : actions/setup-java@v4
40+ uses : actions/setup-java@v5
4141 with :
4242 distribution : zulu
4343 java-version : 21
You can’t perform that action at this time.
0 commit comments