We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24d5909 + 2239c89 commit ddce02cCopy full SHA for ddce02c
2 files changed
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
runs-on: ${{ matrix.os }}
34
steps:
35
- name: Checkout current branch (full)
36
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
37
with:
38
fetch-depth: 0
39
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
2
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
3
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
4
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
0 commit comments