From 04cb97780fec6117781e67e5397f0a228916f0b5 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Dec 2025 15:29:23 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-ci-release, ... to 0.8.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dd3d4400..7c89a3da 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,9 +1,9 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.8.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5") -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.1") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.4") From 8cdace9d0e44ad0c928db5e3e83821ff634d6055 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Dec 2025 15:30:01 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5b9b940..4c0d5263 100644 --- a/.github/workflows/ci.yml +++ b/.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 @@ -115,7 +115,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -199,7 +199,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -234,7 +234,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0