From 470ef2f63167ce0658fb22ae74fcdc7ef6b52f2f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Sun, 19 Jan 2025 21:56:23 +0900 Subject: [PATCH] add setup-sbt action (#336) --- .github/workflows/ci.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52437c2..79b6201 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ jobs: ~/.ivy2/cache ~/.cache/coursier key: ${{ runner.os }}-sbt-${{ hashFiles('**/*.sbt') }} + - uses: sbt/setup-sbt@v1 - name: Compile and test shell: bash run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 22f16d97..4603c59 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: java-version: 8 distribution: temurin - uses: olafurpg/setup-gpg@v3 + - uses: sbt/setup-sbt@v1 - name: Publish ${{ github.ref }} run: sbt ci-release env: