From 9a2302e4fe70b5855d95ab99ea2a319aa31b40e8 Mon Sep 17 00:00:00 2001 From: Roberto Tyley Date: Thu, 14 Mar 2024 17:32:26 +0000 Subject: [PATCH] Try to fix setup-java action - remove sbt caching See https://github.com/guardian/scala-steward-public-repos/pull/67#issuecomment-1997972775 --- .github/workflows/reusable-scala-steward.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/reusable-scala-steward.yml b/.github/workflows/reusable-scala-steward.yml index 27b7ddd..75349a1 100644 --- a/.github/workflows/reusable-scala-steward.yml +++ b/.github/workflows/reusable-scala-steward.yml @@ -31,7 +31,6 @@ jobs: with: java-version: "21" distribution: "corretto" - cache: sbt - name: Execute Scala Steward uses: scala-steward-org/scala-steward-action@v2.64.0