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 81314a7 commit 10e3271Copy full SHA for 10e3271
.github/workflows/ci.yml
@@ -55,6 +55,9 @@ jobs:
55
java-version: 17
56
cache: sbt
57
58
+ - name: Setup sbt
59
+ uses: sbt/setup-sbt@v1
60
+
61
- name: Check that workflows are up to date
62
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
63
project/sbt-github-actions.sbt
@@ -1 +1 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
0 commit comments