File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 35
35
timeout-minutes : 60
36
36
steps :
37
37
- name : Checkout current branch (full)
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
with :
40
40
fetch-depth : 0
41
41
@@ -100,7 +100,7 @@ jobs:
100
100
runs-on : ${{ matrix.os }}
101
101
steps :
102
102
- name : Checkout current branch (full)
103
- uses : actions/checkout@v3
103
+ uses : actions/checkout@v4
104
104
with :
105
105
fetch-depth : 0
106
106
@@ -211,7 +211,7 @@ jobs:
211
211
runs-on : ${{ matrix.os }}
212
212
steps :
213
213
- name : Checkout current branch (full)
214
- uses : actions/checkout@v3
214
+ uses : actions/checkout@v4
215
215
with :
216
216
fetch-depth : 0
217
217
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.5.0 " )
2
- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.5.0 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.5.1 " )
2
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.5.1 " )
3
3
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.2" )
You can’t perform that action at this time.
0 commit comments