Skip to content

Commit

Permalink
CI: Use Java 17 to run Scala Steward (#3908)
Browse files Browse the repository at this point in the history
Pull request: #3908
  • Loading branch information
lefou authored Nov 4, 2024
1 parent 02fd12a commit 4500910
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/scala-steward-action@v2.70.0

0 comments on commit 4500910

Please sign in to comment.