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 1414 runs-on : ubuntu-latest
1515 steps :
1616 - uses : actions/checkout@v5
17- - uses : actions/setup-java@v4
17+ - uses : actions/setup-java@v5
1818 with :
1919 distribution : ' temurin'
2020 java-version : 21
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@v5
1515 - name : Setup JDK
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 21
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change 2121 with :
2222 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
2323 - name : Set up JDK
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with :
2626 java-version : 21
2727 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments