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 b2fd376 + e1e174a commit e3d5658Copy full SHA for e3d5658
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Setup Java (adopt-hotspot@17)
35
if: matrix.java == 'adopt-hotspot@17'
36
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
37
with:
38
distribution: adopt-hotspot
39
java-version: 17
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.19.0")
+addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.20.0")
2
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
4
0 commit comments