From eb4483b7736c4e30327c7166ac8e8a2e4693e57f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 19 Dec 2024 15:44:37 +0000 Subject: [PATCH 1/2] Update sbt-ci-release to 1.9.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 772616f..a5ea741 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.0") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2") From baa8b86eb3a7c219017ef653507fefc2eef004ad Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Thu, 19 Dec 2024 08:01:01 -0800 Subject: [PATCH 2/2] fix CI for latest ubuntu-latest --- .github/workflows/release.yml | 1 + .github/workflows/validate.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a7a5fa5..f56e082 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,7 @@ jobs: distribution: temurin java-version: 8 cache: sbt + - uses: sbt/setup-sbt@v1 - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 47ca41f..db021a5 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,6 +36,9 @@ jobs: distribution: temurin java-version: ${{matrix.java}} + - name: Set up sbt + uses: sbt/setup-sbt@v1 + - name: Cache Coursier cache uses: coursier/cache-action@v6