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 ecd15b8 commit c70f10bCopy full SHA for c70f10b
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
runs-on: ${{ matrix.os }}
33
steps:
34
- name: Checkout current branch (full)
35
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
36
with:
37
fetch-depth: 0
38
project/sbt-github-actions.sbt
@@ -1 +1 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.28.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
0 commit comments