Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modernise GitHub Action for CI #293

Merged
merged 1 commit into from Aug 5, 2023
Merged

Modernise GitHub Action for CI #293

merged 1 commit into from Aug 5, 2023

Conversation

rtyley
Copy link
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
1 check failed
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.

None yet

1 participant