File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
timeout-minutes : 60
35
35
steps :
36
36
- name : Checkout current branch (full)
37
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
38
38
with :
39
39
fetch-depth : 0
40
40
@@ -108,7 +108,7 @@ jobs:
108
108
runs-on : ${{ matrix.os }}
109
109
steps :
110
110
- name : Checkout current branch (full)
111
- uses : actions/checkout@v3
111
+ uses : actions/checkout@v4
112
112
with :
113
113
fetch-depth : 0
114
114
Original file line number Diff line number Diff line change 1
- sbt.version =1.9.3
1
+ sbt.version =1.9.6
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.0")
8
8
9
9
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.2" )
10
10
11
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.0-RC12 " )
11
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-sonatype-ci-release" % " 0.5.4 " )
12
12
13
13
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
14
14
You can’t perform that action at this time.
0 commit comments