File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2020 steps :
2121 - uses : actions/checkout@v5
2222 - name : Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 cache : ${{ matrix.cache }}
2626 distribution : ${{ matrix.distribution }}
Original file line number Diff line number Diff line change 2828 uses : actions/checkout@v5
2929
3030 - name : Setup Java
31- uses : actions/setup-java@v4
31+ uses : actions/setup-java@v5
3232 with :
3333 cache : maven
3434 distribution : ' temurin'
Original file line number Diff line number Diff line change 1111 steps :
1212 - uses : actions/checkout@v5
1313 - name : Set up JDK
14- uses : actions/setup-java@v4
14+ uses : actions/setup-java@v5
1515 with :
1616 cache : maven
1717 distribution : temurin
Original file line number Diff line number Diff line change 1515 steps :
1616 - uses : actions/checkout@v5
1717 - name : Set up JDK
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 cache : maven
2121 distribution : temurin
Original file line number Diff line number Diff line change 1717 # Disabling shallow clone is recommended for improving relevancy of reporting
1818 fetch-depth : 0
1919 - name : Set up JDK
20- uses : actions/setup-java@v4
20+ uses : actions/setup-java@v5
2121 with :
2222 cache : maven
2323 distribution : temurin
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v5
1616 - name : Set up JDK
17- uses : actions/setup-java@v4
17+ uses : actions/setup-java@v5
1818 with :
1919 cache : maven
2020 distribution : temurin
You can’t perform that action at this time.
0 commit comments