File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,15 @@ jobs:
4747
4848 - name : Setup Java (temurin@8)
4949 if : matrix.java == 'temurin@8'
50- uses : actions/setup-java@v4
50+ uses : actions/setup-java@v5
5151 with :
5252 distribution : temurin
5353 java-version : 8
5454 cache : sbt
5555
5656 - name : Setup Java (temurin@21)
5757 if : matrix.java == 'temurin@21'
58- uses : actions/setup-java@v4
58+ uses : actions/setup-java@v5
5959 with :
6060 distribution : temurin
6161 java-version : 21
@@ -123,15 +123,15 @@ jobs:
123123
124124 - name : Setup Java (temurin@8)
125125 if : matrix.java == 'temurin@8'
126- uses : actions/setup-java@v4
126+ uses : actions/setup-java@v5
127127 with :
128128 distribution : temurin
129129 java-version : 8
130130 cache : sbt
131131
132132 - name : Setup Java (temurin@21)
133133 if : matrix.java == 'temurin@21'
134- uses : actions/setup-java@v4
134+ uses : actions/setup-java@v5
135135 with :
136136 distribution : temurin
137137 java-version : 21
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
88addSbtPlugin(" com.github.sbt" % " sbt-osgi" % " 0.9.9" )
99addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.8" )
1010addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
11- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
11+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
You can’t perform that action at this time.
0 commit comments