diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40d1dba..cd32b06 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@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -104,7 +104,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -185,7 +185,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 @@ -217,7 +217,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4833e99..eb178c1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.0") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.5.1") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")