File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1919
2020 - uses : coursier/cache-action@v6
2121
22- - uses : actions/setup-java@v4
22+ - uses : actions/setup-java@v5
2323 with :
2424 distribution : ' temurin'
2525 java-version : ' 17'
Original file line number Diff line number Diff line change 6565 COURSIER_ARCHIVE_CACHE : ${{ matrix.coursierarchive }}
6666 REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
6767 steps :
68- - uses : actions/setup-java@v4
68+ - uses : actions/setup-java@v5
6969 with :
7070 distribution : ' temurin'
7171 java-version : ' 11'
Original file line number Diff line number Diff line change 3030 REPO_ACCESS_TOKEN : ${{ secrets.REPO_ACCESS_TOKEN }}
3131 MILL_COMPILER_BRIDGE_VERSIONS : ${{ inputs.bridge_versions }}
3232 steps :
33- - uses : actions/setup-java@v4
33+ - uses : actions/setup-java@v5
3434 with :
3535 distribution : ' temurin'
3636 java-version : ' 11'
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/setup-java@v4
17+ - uses : actions/setup-java@v5
1818 with :
1919 java-version : ' 17'
2020 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments