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.
2 parents 5e815f2 + a7ffd3b commit ac8897eCopy full SHA for ac8897e
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
fetch-depth: 0
33
34
- name: Setup Java and Scala
35
- uses: olafurpg/setup-scala@v10
+ uses: olafurpg/setup-scala@v12
36
with:
37
java-version: ${{ matrix.java }}
38
project/giter8.sbt
@@ -1,2 +1,2 @@
1
addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1")
2
-addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.11.0")
+addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.12.0")
0 commit comments