Skip to content

Commit

Permalink
fixup! [ci] Replace setup-java with coursier setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrobdod committed Dec 19, 2024
1 parent 983af1c commit de912ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
name: MigrationManager
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
distribution: 'zulu'
java-version: 8
cache: 'sbt'
apps: sbt
jvm: zulu:8
- name: sbt mimaReportBinaryIssues
run: sbt mimaReportBinaryIssues
- name: sbt tastyMiMaReportIssues
Expand Down

0 comments on commit de912ef

Please sign in to comment.