File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414 java : [8, 11, 17]
1515 steps :
1616 - uses : actions/checkout@v3
17- - uses : actions/setup-java@v3
17+ - uses : actions/setup-java@v5
1818 with :
1919 distribution : " temurin"
2020 cache : " sbt"
2626 runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@v3
29- - uses : actions/setup-java@v3
29+ - uses : actions/setup-java@v5
3030 with :
3131 distribution : " temurin"
3232 cache : " sbt"
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11- - uses : actions/setup-java@v4
11+ - uses : actions/setup-java@v5
1212 with :
1313 distribution : " temurin"
1414 java-version : 17
Original file line number Diff line number Diff line change 1010 name : " Upload SCIP"
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : actions/setup-java@v3
13+ - uses : actions/setup-java@v5
1414 with :
1515 distribution : " temurin"
1616 cache : " sbt"
You can’t perform that action at this time.
0 commit comments