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 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 java-version : ${{ matrix.java }}
2626 distribution : ${{ matrix.distribution }}
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 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