File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
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@v3
37+ uses : actions/checkout@v4
3838 with :
3939 fetch-depth : 0
4040
8282 runs-on : ${{ matrix.os }}
8383 steps :
8484 - name : Checkout current branch (full)
85- uses : actions/checkout@v3
85+ uses : actions/checkout@v4
8686 with :
8787 fetch-depth : 0
8888
@@ -153,7 +153,7 @@ jobs:
153153 runs-on : ${{ matrix.os }}
154154 steps :
155155 - name : Checkout current branch (full)
156- uses : actions/checkout@v3
156+ uses : actions/checkout@v4
157157 with :
158158 fetch-depth : 0
159159
@@ -184,7 +184,7 @@ jobs:
184184 runs-on : ${{ matrix.os }}
185185 steps :
186186 - name : Checkout current branch (fast)
187- uses : actions/checkout@v3
187+ uses : actions/checkout@v4
188188
189189 - name : Setup Java (temurin@11)
190190 id : setup-java-temurin-11
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.5.0 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.5.0 " )
3- addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.5.0 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-ci-release" % " 0.5.3 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-mergify" % " 0.5.3 " )
3+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-settings" % " 0.5.3 " )
44addSbtPlugin(" com.github.cb372" % " sbt-explicit-dependencies" % " 0.3.1" )
You can’t perform that action at this time.
0 commit comments