From 21a852a09763388f9de43dc6b825450aa6682e8c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 24 Aug 2025 21:39:51 +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 fd10c7e..2506c33 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value -addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")