File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 timeout-minutes : 60
3535 steps :
3636 - name : Checkout current branch (full)
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 with :
3939 fetch-depth : 0
4040
@@ -107,7 +107,7 @@ jobs:
107107 runs-on : ${{ matrix.os }}
108108 steps :
109109 - name : Checkout current branch (full)
110- uses : actions/checkout@v5
110+ uses : actions/checkout@v6
111111 with :
112112 fetch-depth : 0
113113
@@ -184,7 +184,7 @@ jobs:
184184 runs-on : ${{ matrix.os }}
185185 steps :
186186 - name : Checkout current branch (full)
187- uses : actions/checkout@v5
187+ uses : actions/checkout@v6
188188 with :
189189 fetch-depth : 0
190190
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ logLevel := Level.Warn
22
33libraryDependencies += " org.scala-sbt" %% " scripted-plugin" % sbtVersion.value
44
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.3 " )
6- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.3 " )
7- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.3 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.8.4 " )
6+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.8.4 " )
7+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.8.4 " )
You can’t perform that action at this time.
0 commit comments