File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 2828 runs-on : ${{ matrix.os }}
2929 steps :
3030 - name : Checkout current branch (full)
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232 with :
3333 fetch-depth : 0
3434
7777 runs-on : ${{ matrix.os }}
7878 steps :
7979 - name : Checkout current branch (full)
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181 with :
8282 fetch-depth : 0
8383
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ name: Clean
99
1010on : push
1111
12+ permissions :
13+ actions : write
14+
1215jobs :
1316 delete-artifacts :
1417 name : Delete Artifacts
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ lazy val scala212 = "2.12.20"
22lazy val scala213 = " 2.13.16"
33lazy val scala330 = " 3.3.4"
44
5- val fs2Version = " 3.12.0 "
5+ val fs2Version = " 3.12.2 "
66
77inThisBuild(
88 List (
Original file line number Diff line number Diff line change 1- sbt.version = 1.11.4
1+ sbt.version = 1.11.6
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2 .1" )
2- addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6 " )
3- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.3 " )
4- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24 .0" )
1+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3 .1" )
2+ addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5 " )
3+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2 " )
4+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
You can’t perform that action at this time.
0 commit comments