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 e00d18f commit 64e5100Copy full SHA for 64e5100
.github/workflows/ci.yml
@@ -40,6 +40,9 @@ jobs:
40
java-version: 8
41
cache: sbt
42
43
+ - name: Setup sbt
44
+ uses: sbt/setup-sbt@v1
45
+
46
- name: Check that workflows are up to date
47
run: sbt '++ ${{ matrix.scala }}' githubWorkflowCheck
48
@@ -84,6 +87,9 @@ jobs:
84
87
85
88
86
89
90
91
92
93
- name: Download target directories (2.11.12)
94
uses: actions/download-artifact@v4
95
with:
project/plugins.sbt
@@ -1,6 +1,6 @@
1
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.12")
2
3
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.23.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.24.0")
4
5
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
6
0 commit comments