Skip to content

Commit ea363b7

Browse files
Update sbt-github-actions to 0.28.0 (#435)
1 parent b36cfac commit ea363b7

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.13")
2020
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
2121

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

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

0 commit comments

Comments
 (0)