File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3030 runs-on : ${{ matrix.os }}
3131 steps :
3232 - name : Checkout current branch (full)
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636
8888 runs-on : ${{ matrix.os }}
8989 steps :
9090 - name : Checkout current branch (full)
91- uses : actions/checkout@v5
91+ uses : actions/checkout@v6
9292 with :
9393 fetch-depth : 0
9494
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.6.0" )
1010addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
1111addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
12+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.29 .0" )
You can’t perform that action at this time.
0 commit comments