From 4b84e6649b8dea4853bbada4ebe05d4f99b3a5cd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 8 Mar 2025 01:32:16 +0000 Subject: [PATCH] Update sbt-github-actions to 0.25.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 643d0f3..988350c 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.25.0")