From 28cc11c10876add7729dfdc3de021a5f9efb6360 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jun 2026 15:10:05 +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 1567e3f..2e0ab69 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,5 +4,5 @@ addSbtPlugin("bondlink" % "sbt-s3-publish" % "0.0.1") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.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.typelevel" % "sbt-tpolecat" % "0.5.6") From 0ad3f0d59ddbc705bfa25b515d9c97362df1c99a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 23 Jun 2026 15:10:34 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6221c66..6a908d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 @@ -66,7 +66,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: scripted run: sbt 'test; scripted' @@ -110,7 +110,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0