diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2898912..4804bd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -279,7 +279,7 @@ jobs: - name: Publish site if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: peaceiris/actions-gh-pages@v3.9.3 + uses: peaceiris/actions-gh-pages@v4.0.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: site/target/docs/site diff --git a/project/plugins.sbt b/project/plugins.sbt index 3bbac20..99e4a36 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.7.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")