Migrate from setup-scala github action to setup-java github action in release.yml (#5504)

* Try migrating from setup-scala github action to setup-java github action in release.yml

* Remove custom branch
This commit is contained in:
Chris Stewart 2024-04-05 07:46:21 -05:00 committed by GitHub
parent 723e2f6a31
commit dc16ddfc2d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,8 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
- name: Setup Scala
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '21'