File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 with :
2525 fetch-depth : 2
2626
27- - uses : actions/setup-java@v4
27+ - uses : actions/setup-java@v5
2828 with :
2929 distribution : ' adopt'
3030 java-version : 11
Original file line number Diff line number Diff line change 1515 - name : Checkout sources
1616 uses : actions/checkout@v5
1717 - name : Setup Java
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@v5
1919 with :
2020 distribution : ' temurin'
2121 java-version : 17
Original file line number Diff line number Diff line change 1818 - name : Checkout
1919 uses : actions/checkout@v5
2020 - name : Set up JDK 17
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@v5
2222 with :
2323 distribution : ' temurin'
2424 java-version : 17
Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v5
2121
2222 - name : Setup Java ${{ matrix.java }}
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' temurin'
2626 java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments