Skip to content

Commit

Permalink
Merge pull request #67 from guardian/jd-java-21
Browse files Browse the repository at this point in the history
use java 21 for scala steward
  • Loading branch information
rtyley committed Mar 14, 2024
2 parents 5758a98 + 1156509 commit 20c78c6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
repository: guardian/scala-steward-public-repos
path: common-config

- name: Setup Java
uses: actions/setup-java@v4
with:
java-version: "21"
distribution: "corretto"
cache: sbt

- name: Execute Scala Steward
uses: scala-steward-org/scala-steward-action@v2.64.0

Expand Down

0 comments on commit 20c78c6

Please sign in to comment.