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 3131 runs-on : ${{ matrix.os }}
3232 steps :
3333 - name : Checkout current branch (full)
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737
8686 runs-on : ${{ matrix.os }}
8787 steps :
8888 - name : Checkout current branch (full)
89- uses : actions/checkout@v5
89+ uses : actions/checkout@v6
9090 with :
9191 fetch-depth : 0
9292
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
1111addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.11.4" )
1212addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
1313addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.8" )
14- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
14+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.29 .0" )
You can’t perform that action at this time.
0 commit comments