File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919 - uses : coursier/cache-action@v6
20- - uses : actions/setup-java@v4
20+ - uses : actions/setup-java@v5
2121 with :
2222 distribution : ' temurin'
2323 java-version : 17
4040 steps :
4141 - uses : actions/checkout@v5
4242 - uses : coursier/cache-action@v6
43- - uses : actions/setup-java@v4
43+ - uses : actions/setup-java@v5
4444 with :
4545 distribution : ' temurin'
4646 java-version : ${{ matrix.java }}
5454 steps :
5555 - uses : actions/checkout@v5
5656 - uses : coursier/cache-action@v6
57- - uses : actions/setup-java@v4
57+ - uses : actions/setup-java@v5
5858 with :
5959 distribution : ' temurin'
6060 java-version : 17
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
14- - uses : actions/setup-java@v4
14+ - uses : actions/setup-java@v5
1515 with :
1616 distribution : ' temurin'
1717 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments