Skip to content

Commit ec8377e

Browse files
committed
Update sbt-github-actions to 0.25.0
1 parent 57032ab commit ec8377e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.8")
2020
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
2121

2222
// https://github.com/djspiewak/sbt-github-actions
23-
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
23+
addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.25.0")
2424

2525
// https://github.com/sbt/sbt-projectmatrix
2626
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.1")

0 commit comments

Comments
 (0)