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 8b780d0 commit b1102d5Copy full SHA for b1102d5
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
- name: Setup Java (zulu@8)
36
if: matrix.java == 'zulu@8'
37
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
38
with:
39
distribution: zulu
40
java-version: 8
@@ -81,7 +81,7 @@ jobs:
81
82
83
84
85
86
87
project/plugins.sbt
@@ -1,6 +1,6 @@
1
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
2
3
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.26.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.27.0")
4
5
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
6
0 commit comments