From 76753b3000a79dd5d17c0d97a00273511924810b Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:13:25 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-ci-release, ... to 0.8.4 --- project/plugins.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 828d816..0e072b4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1") From aba401a1573b130bbbe6d6d779c8c404af0fc17a Mon Sep 17 00:00:00 2001 From: "dwolla-oss-scala-steward[bot]" <212073+dwolla-oss-scala-steward[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:13:36 +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 09d4723..7d23152 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -120,7 +120,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -210,7 +210,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0