File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - uses : actions/checkout@v4
14- - uses : olafurpg /setup-scala@v14
14+ - uses : actions /setup-java@v4
1515 with :
1616 java-version : 8
17+ distribution : adopt
1718 - name : Mount caches
1819 uses : actions/cache@v2
1920 with :
4748
4849 steps :
4950 - uses : actions/checkout@v4
50- - uses : olafurpg /setup-scala@v14
51+ - uses : actions /setup-java@v4
5152 with :
5253 java-version : 11
54+ distribution : adopt
5355 - name : Mount caches
5456 uses : actions/cache@v2
5557 with :
Original file line number Diff line number Diff line change 1818 ~/.ivy2/cache
1919 ~/.cache/coursier
2020 key : ${{ runner.os }}-sbt-docs-${{ hashFiles('**/*.sbt') }}
21- - uses : actions/setup-java@v1
21+ - uses : actions/setup-java@v4
2222 with :
2323 java-version : 8
24+ distribution : adopt
2425 - name : Publish ${{ github.ref }}
2526 run : sbt ci-release
2627 env :
You can’t perform that action at this time.
0 commit comments