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 29
29
runs-on : ${{ matrix.os }}
30
30
steps :
31
31
- name : Checkout current branch (full)
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
with :
34
34
fetch-depth : 0
35
35
87
87
runs-on : ${{ matrix.os }}
88
88
steps :
89
89
- name : Checkout current branch (full)
90
- uses : actions/checkout@v3
90
+ uses : actions/checkout@v4
91
91
with :
92
92
fetch-depth : 0
93
93
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
10
10
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.2" )
11
11
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.15 .0" )
12
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.16 .0" )
You can’t perform that action at this time.
0 commit comments