File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 fetch-depth : 0
1515 - name : Set up JDK 11
16- uses : actions/setup-java@v3
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : 11
1919 distribution : ' zulu'
4646 gpg --list-secret-keys --keyid-format LONG
4747
4848 - name : Set up Maven Central Repository
49- uses : actions/setup-java@v3
49+ uses : actions/setup-java@v5
5050 with :
5151 java-version : 11
5252 distribution : ' zulu'
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 }}
You can’t perform that action at this time.
0 commit comments