From c593ec8db66e817f43508a2e4ae4e34907cc1a6d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jun 2026 15:07:17 +0000 Subject: [PATCH 1/2] Update sbt-github-actions to 0.31.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d444315..2be753c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ resolvers += "bondlink-maven-repo" at "https://maven.bondlink-cdn.com" addSbtPlugin("bondlink" % "sbt-s3-publish" % "0.0.1") addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.30.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.31.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.6") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.6") From 126732ec2aaba418ee76ded1dc07e2145cb607dc Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jun 2026 15:07:49 +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 849bbe1..560265d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -81,7 +81,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Check that workflows are up to date - run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck + run: sbt '++ ${{ matrix.scala }}; githubWorkflowCheck' - name: Build project run: sbt test