Skip to content

Commit

Permalink
Fix CI (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Jan 5, 2025
1 parent 8951e3c commit f2547b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zio-sbt-ci/src/main/scala/zio/sbt/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package zio.sbt
object V {
def apply(packageName: String): String =
Map(
"peter-evans/create-pull-request" -> "v6",
"peter-evans/create-pull-request" -> "v7",
"zio/generate-github-app-token" -> "v1.0.0",
"pierotofy/set-swap-space" -> "master",
"actions/checkout" -> "v4",
Expand Down

0 comments on commit f2547b1

Please sign in to comment.