From 11565094b551c37e22cea1960f6304b832810262 Mon Sep 17 00:00:00 2001 From: John Duffell Date: Thu, 14 Mar 2024 14:47:32 +0000 Subject: [PATCH] use java 21 for scala steward --- .github/workflows/reusable-scala-steward.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/reusable-scala-steward.yml b/.github/workflows/reusable-scala-steward.yml index 2ad04fd..27b7ddd 100644 --- a/.github/workflows/reusable-scala-steward.yml +++ b/.github/workflows/reusable-scala-steward.yml @@ -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