From a22b6552698b7b22e0a78ee79d555e4fd9be5380 Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Wed, 9 Oct 2024 18:34:53 -0700 Subject: [PATCH] update other CI job as well followup to #310 --- .github/workflows/publish.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 99c19dc..5c2bf8e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,14 +16,12 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: coursier/cache-action@v6 - - uses: coursier/setup-action@v1 - with: - apps: sbt - uses: actions/setup-java@v4 with: distribution: temurin java-version: 8 + cache: sbt + - uses: sbt/setup-sbt@v1 - name: Publish artifacts run: sbt ci-release