Skip to content

Modernise GitHub Action for CI#293

Merged
rtyley merged 1 commit intomainfrom
modernise-github-action
Aug 5, 2023
Merged

Modernise GitHub Action for CI#293
rtyley merged 1 commit intomainfrom
modernise-github-action

Conversation

@rtyley
Copy link
Copy Markdown
Member

@rtyley rtyley commented Aug 5, 2023

coursier/cache-action & olafurpg/setup-scala can be replaced by:

        uses: actions/setup-java@v3
        with:
          distribution: corretto
          java-version: 11
          cache: sbt

...which sets up sbt & Scala, and caches the files generated by doing the sbt build.

@rtyley rtyley merged commit 7736334 into main Aug 5, 2023
rtyley added a commit that referenced this pull request Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant