From afda919a24473eddc4935c877a03f0c635852858 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:14:25 +0000 Subject: [PATCH 1/2] Update sbt-typelevel-mergify, ... 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 40d1527..c5bc55a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4") addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.45") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1") From c1373a3a92ad52bb57ac87f90a9a48b55f67418d 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:14:41 +0000 Subject: [PATCH 2/2] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d26e441..0d8770d 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