From 026bbe960ba4f50683a65dac80376e00835230a8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 20 Feb 2024 03:19:00 +0000 Subject: [PATCH] Update sbt-github-actions to 0.23.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 643d0f3..a89b2a8 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.23.0")