target / data-validator

A tool to validate data, built around Apache Spark.
Other
101 stars 34 forks source link

Move off of olafurpg/setup-scala in Actions #142

Closed colindean closed 1 year ago

colindean commented 1 year ago

Per https://github.com/olafurpg/setup-scala/issues/49, olafurpg/setup-scala is ~unmaintained and there are better options available. We do have a need to compile against JDK8 so we can probably take the recommended route of using the actions/setup-java action.

colindean commented 1 year ago

Another options is to use https://github.com/coursier/setup-action

colindean commented 1 year ago

olafurpg/setup-scala is no longer maintained, according to its v14 release notes linked in #149, so we need to move as soon as possible.

This ought to do it and enable removing the extended cache config, too:

    - uses: coursier/cache-action@v6
    - uses: coursier/setup-action@v1
      with:
        jvm: adopt:1.8