File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v5
48+ uses : actions/setup-java@v6
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@v5
99+ uses : actions/setup-java@v6
100100 with :
101101 distribution : zulu
102102 java-version : 21
@@ -145,7 +145,7 @@ jobs:
145145
146146 # Set up the Java environment for the next steps
147147 - name : Setup Java
148- uses : actions/setup-java@v5
148+ uses : actions/setup-java@v6
149149 with :
150150 distribution : zulu
151151 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@v5
36+ uses : actions/setup-java@v6
3737 with :
3838 distribution : zulu
3939 java-version : 21
You can’t perform that action at this time.
0 commit comments