File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 with :
2929 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
3030 - name : Set up JDK
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 distribution : ' zulu'
3434 java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v4
2525 - name : Set up JDK
26- uses : actions/setup-java@v4
26+ uses : actions/setup-java@v5
2727 with :
2828 distribution : ' zulu'
2929 java-version : ${{ matrix.java_version }}
Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v4
2020 - name : Set up JDK 11
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' zulu'
2424 java-version : 11
You can’t perform that action at this time.
0 commit comments