Skip to content

Commit

Permalink
Use Java 17 to run Scala Steward
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 4, 2024
1 parent 02fd12a commit fe7b569
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'

- uses: scala-steward-org/[email protected]

0 comments on commit fe7b569

Please sign in to comment.