From 01049e19a1f75b8bd0957a1cc64f36c3e759a079 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 9 Oct 2024 15:53:28 -0700 Subject: [PATCH] add coursier/cache-action, since setup-java doesn't have sbt anymore --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b945168..98314f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-java@v4 with: - distribution: 'temurin' - java-version: '8' - cache: 'sbt' + distribution: temurin + java-version: 8 + - uses: coursier/cache-action@v6 - run: sbt +test scripted mimaReportBinaryIssues