From ae46002f7a5172a91ac2e9dc975eb469ec0aca16 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 18:19:57 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.27.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index e954304..992d781 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") From 0ddee7b9646bdf89378310331daa9319fd3bc9fa Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 18:20:25 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5405a4f..3794f8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Setup Java (zulu@8) if: matrix.java == 'zulu@8' - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: zulu java-version: 8 @@ -81,7 +81,7 @@ jobs: - name: Setup Java (zulu@8) if: matrix.java == 'zulu@8' - uses: actions/setup-java@v4 + uses: actions/setup-java@v5 with: distribution: zulu java-version: 8