From 3990fc7987e410bebbe5e45c26b2d64fc05a3e5a Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 10:52:15 +0000 Subject: [PATCH 1/2] Update sbt-ci to 2.21.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 56209bb..b7253b8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3") -addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.19.0") +addSbtPlugin("com.alejandrohdezma" % "sbt-ci" % "2.21.0") addSbtPlugin("com.alejandrohdezma" % "sbt-fix" % "0.7.2") addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.12.0") addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.12.0") From 19e6ff7edff55476400e54ae9b6112d25e43ceee Mon Sep 17 00:00:00 2001 From: "permutive-steward[bot]" <155995252+permutive-steward[bot]@users.noreply.github.com> Date: Sat, 12 Jul 2025 10:52:27 +0000 Subject: [PATCH 2/2] Run `sbt generateCiFiles` Executed command: sbt generateCiFiles --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c976f3e..68ad050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: - name: Run Coursier Setup Action uses: coursier/setup-action@039f736548afa5411c1382f40a5bd9c2d30e0383 # v1.3.9 with: - jvm: liberica:17 + jvm: liberica:11 apps: sbt - name: Run `sbt ci-publish` @@ -84,7 +84,7 @@ jobs: run: sbt ci-docs env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY }} + GIT_DEPLOY_KEY: ${{ secrets.GIT_DEPLOY_KEY_BASE64 }} - name: Commit changes by `sbt ci-docs` uses: alejandrohdezma/actions/commit-and-push@v1