Skip to content

Commit

Permalink
Update dependency actions/setup-node to v3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2023
1 parent 04ae079 commit b71f75a
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 @@ -9,6 +9,6 @@ object V {
"actions/checkout" -> "v3.6.0",
"actions/setup-java" -> "v3.12.0",
"coursier/cache-action" -> "v6",
"actions/setup-node" -> "v3"
"actions/setup-node" -> "v3.8.1"
).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)
}

0 comments on commit b71f75a

Please sign in to comment.