File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 6767 # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6868
6969 - name : Set up JDK 11
70- uses : actions/setup-java@v3
70+ uses : actions/setup-java@v5
7171 with :
7272 java-version : ' 11'
7373 distribution : ' zulu'
Original file line number Diff line number Diff line change 3232 echo "CREATED=$(date --rfc-3339=seconds)" >> $GITHUB_ENV
3333
3434 - name : ' Set up Java'
35- uses : actions/setup-java@v3
35+ uses : actions/setup-java@v5
3636 with :
3737 java-version : ${{ env.JAVA_VERSION }}
3838 distribution : ${{ env.JAVA_DISTRO }}
Original file line number Diff line number Diff line change 2626 clean : true
2727
2828 - name : ' Set up Java'
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : ${{ env.JAVA_VERSION }}
3232 distribution : ${{ env.JAVA_DISTRO }}
5757 uses : actions/download-artifact@v4
5858
5959 - name : ' Set up Java'
60- uses : actions/setup-java@v3
60+ uses : actions/setup-java@v5
6161 with :
6262 java-version : ${{ env.JAVA_VERSION }}
6363 distribution : ${{ env.JAVA_DISTRO }}
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424
2525 - name : ' Set up Java'
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ env.JAVA_VERSION }}
2929 distribution : ${{ env.JAVA_DISTRO }}
Original file line number Diff line number Diff line change 2323 fetch-depth : 0
2424
2525 - name : ' Set up Java'
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@v5
2727 with :
2828 java-version : ${{ env.JAVA_VERSION }}
2929 distribution : ${{ env.JAVA_DISTRO }}
Original file line number Diff line number Diff line change 2626 clean : true
2727
2828 - name : ' Set up Java'
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : ${{ env.JAVA_VERSION }}
3232 distribution : ${{ env.JAVA_DISTRO }}
Original file line number Diff line number Diff line change 3939 clean : true
4040
4141 - name : ' Set up Java'
42- uses : actions/setup-java@v3
42+ uses : actions/setup-java@v5
4343 with :
4444 java-version : ${{ env.JAVA_VERSION }}
4545 distribution : ${{ env.JAVA_DISTRO }}
@@ -136,7 +136,7 @@ jobs:
136136 clean : true
137137
138138 - name : ' Set up Java'
139- uses : actions/setup-java@v3
139+ uses : actions/setup-java@v5
140140 with :
141141 java-version : ${{ env.JAVA_VERSION }}
142142 distribution : ${{ env.JAVA_DISTRO }}
@@ -168,7 +168,7 @@ jobs:
168168 uses : actions/download-artifact@v4
169169
170170 - name : ' Set up Java'
171- uses : actions/setup-java@v3
171+ uses : actions/setup-java@v5
172172 with :
173173 java-version : ${{ env.JAVA_VERSION }}
174174 distribution : ${{ env.JAVA_DISTRO }}
You can’t perform that action at this time.
0 commit comments