From 5e8793c008a336afd4ca90342e14543879556662 Mon Sep 17 00:00:00 2001 From: Brandon Stilson Date: Tue, 19 Dec 2023 21:48:32 -0800 Subject: [PATCH] update release action --- .github/workflows/release.yml | 9 ++++++--- project/plugins.sbt | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc52546..75f5248 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,11 +7,14 @@ jobs: publish: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: olafurpg/setup-scala@v10 - - uses: olafurpg/setup-gpg@v3 + - uses: actions/setup-java@v4 + with: + distribution: temurin + java-version: 8 + cache: sbt - run: sbt ci-release env: PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }} diff --git a/project/plugins.sbt b/project/plugins.sbt index 3d1f028..59181c2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4") +addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.5.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") +addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.12")