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 595ce6b commit f2c073eCopy full SHA for f2c073e
.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/giter8.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2")
2
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
0 commit comments