File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v2
1111 - uses : coursier/cache-action@v6
12- - uses : olafurpg /setup-scala@v11
12+ - uses : actions /setup-java@v4
1313 with :
14- java-version : zulu@1.11
14+ java-version : 11
15+ distribution : zulu
16+ - uses : sbt/setup-sbt@v1
1517 - run : sbt ++${{ matrix.scala }} clean scalafmtSbtCheck scalafmtCheck test doc
1618 if : startsWith(matrix.scala, '3')
1719 - run : sbt ++${{ matrix.scala }} clean scalafmtSbtCheck scalafmtCheck coverage test doc coverageReport coveralls
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v2.3.4
1111 with :
1212 fetch-depth : 0
13- - uses : olafurpg /setup-scala@v11
13+ - uses : actions /setup-java@v4
1414 with :
15- java-version : zulu@1.11
15+ java-version : 11
16+ distribution : zulu
17+ - uses : sbt/setup-sbt@v1
1618 - run : sbt ci-release
1719 env :
1820 PGP_PASSPHRASE : ${{ secrets.PGP_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments