From 2a198dd60e01f10f5bd261a96aa18c83d6435c8c Mon Sep 17 00:00:00 2001 From: Kelvin Chappell Date: Wed, 22 Jan 2025 14:50:21 +0000 Subject: [PATCH] Replace setup-java with setup-scala Uses version of Java configured in .tool-versions. --- .github/workflows/ci.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7661117a..aacea19bb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -20,11 +20,7 @@ jobs: role-to-assume: ${{ secrets.GU_RIFF_RAFF_ROLE_ARN }} aws-region: eu-west-1 - - uses: actions/setup-java@v3 - with: - java-version: "11" - distribution: "corretto" - cache: "sbt" + - uses: guardian/setup-scala@v1 - name: Build the stack run: |