We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eeebe1 commit 769e2c4Copy full SHA for 769e2c4
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
runs-on: ${{ matrix.os }}
30
steps:
31
- name: Checkout current branch (full)
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
with:
34
fetch-depth: 0
35
project/plugins.sbt
@@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.17")
20
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
21
22
// https://github.com/djspiewak/sbt-github-actions
23
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
24
25
// https://github.com/sbt/sbt-projectmatrix
26
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
0 commit comments