From c169de1b76f4c6edd9b9b4c0f0b2b2ce862c6a2e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 17:02:39 +0000 Subject: [PATCH] Update sbt-github-actions to 0.27.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 643d0f3..f1f2d3c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,4 +6,4 @@ addDependencyTreePlugin addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") -addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")