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 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/.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 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")