diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09d4723..7d23152 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 @@ -120,7 +120,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -210,7 +210,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/project/plugins.sbt b/project/plugins.sbt index 828d816..0e072b4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3") +addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.4") +addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.4") addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.11.1")