From cb389a950b64520a7e1735eceed09e736c0f840d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 20:09:55 +0000 Subject: [PATCH] Update sbt-github-actions to 0.17.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 37bee5d..d608f4c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.16.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.17.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")