From 5ad1e5320bd10fb3ac48e7f0fa56f09699582d78 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:45:36 +0000 Subject: [PATCH 1/3] Update sbt-typelevel, ... to 0.8.4 --- project/plugins.sbt | 6 +++--- src/main/g8/project/plugins.sbt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf167af..6a43d61 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.4") addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.18.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.1") diff --git a/src/main/g8/project/plugins.sbt b/src/main/g8/project/plugins.sbt index 426c141..3feb456 100644 --- a/src/main/g8/project/plugins.sbt +++ b/src/main/g8/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.8.4") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.1") From 69922976d11c1f29b2960609a3b91121e3e92ef0 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:45:50 +0000 Subject: [PATCH 2/3] Run prePR with sbt-typelevel Executed command: sbt tlPrePrBotHook --- .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 c656f0f..bc17e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -85,7 +85,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (fast) - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Java (temurin@11) id: setup-java-temurin-11 From 3b5026ff5f055f88b578589ffecc3c72eed6cf42 Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 20:47:09 +0000 Subject: [PATCH 3/3] Regenerated inner workflows Executed command: ./update-inner-workflows.sh --- src/main/g8/.github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/g8/.github/workflows/ci.yml b/src/main/g8/.github/workflows/ci.yml index add38bf..e29033a 100644 --- a/src/main/g8/.github/workflows/ci.yml +++ b/src/main/g8/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -107,7 +107,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -201,7 +201,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -236,7 +236,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0