From c22b42415cb1c87773b51e3b3de626fa4e03cf3a Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 2 Oct 2023 00:24:28 +0200 Subject: [PATCH] Update sbt-github-actions to 0.17.0 (#322) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a481d41..b88d3fb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") // github actions -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.17.0") // Format addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")