File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7171 uses : actions/checkout@v5
7272
7373 - name : Set up JDK 20
74- uses : actions/setup-java@v4
74+ uses : actions/setup-java@v5
7575 with :
7676 java-version : ' 20'
7777 distribution : temurin
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : Set up JDK
37- uses : actions/setup-java@v4
37+ uses : actions/setup-java@v5
3838 with :
3939 java-version : ${{ matrix.java }}
4040 distribution : temurin
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v5
3131 - name : Set up JDK
32- uses : actions/setup-java@v4
32+ uses : actions/setup-java@v5
3333 with :
3434 java-version : 24
3535 # Alternative distribution options are available
Original file line number Diff line number Diff line change 3434 steps :
3535 - uses : actions/checkout@v5
3636 - name : Set up JDK
37- uses : actions/setup-java@v4
37+ uses : actions/setup-java@v5
3838 with :
3939 java-version : ${{ matrix.java }}
4040 distribution : temurin
Original file line number Diff line number Diff line change 2121 # Shallow clones should be disabled for a better relevancy of analysis
2222 fetch-depth : 0
2323 - name : Set up JDK
24- uses : actions/setup-java@v4
24+ uses : actions/setup-java@v5
2525 with : # Alternative distribution options are available
2626 java-version : 22
2727 distribution : temurin
You can’t perform that action at this time.
0 commit comments