File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
3535
3636 - name : Setup Java (temurin@11)
3737 if : matrix.java == 'temurin@11'
38- uses : actions/setup-java@v4
38+ uses : actions/setup-java@v5
3939 with :
4040 distribution : temurin
4141 java-version : 11
4242 cache : sbt
4343
4444 - name : Setup Java (temurin@17)
4545 if : matrix.java == 'temurin@17'
46- uses : actions/setup-java@v4
46+ uses : actions/setup-java@v5
4747 with :
4848 distribution : temurin
4949 java-version : 17
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.13")
2020addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.5" )
2121
2222// https://github.com/djspiewak/sbt-github-actions
23- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
23+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
2424
2525// https://github.com/sbt/sbt-projectmatrix
2626addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments