File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,15 @@ jobs:
35
35
36
36
- name : Setup Java (temurin@11)
37
37
if : matrix.java == 'temurin@11'
38
- uses : actions/setup-java@v3
38
+ uses : actions/setup-java@v4
39
39
with :
40
40
distribution : temurin
41
41
java-version : 11
42
42
cache : sbt
43
43
44
44
- name : Setup Java (temurin@17)
45
45
if : matrix.java == 'temurin@17'
46
- uses : actions/setup-java@v3
46
+ uses : actions/setup-java@v4
47
47
with :
48
48
distribution : temurin
49
49
java-version : 17
@@ -93,15 +93,15 @@ jobs:
93
93
94
94
- name : Setup Java (temurin@11)
95
95
if : matrix.java == 'temurin@11'
96
- uses : actions/setup-java@v3
96
+ uses : actions/setup-java@v4
97
97
with :
98
98
distribution : temurin
99
99
java-version : 11
100
100
cache : sbt
101
101
102
102
- name : Setup Java (temurin@17)
103
103
if : matrix.java == 'temurin@17'
104
- uses : actions/setup-java@v3
104
+ uses : actions/setup-java@v4
105
105
with :
106
106
distribution : temurin
107
107
java-version : 17
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
10
10
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
11
11
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.19 .0" )
12
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.22 .0" )
You can’t perform that action at this time.
0 commit comments