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 @@ -33,31 +33,31 @@ jobs:
33
33
34
34
- name : Setup Java (temurin@8)
35
35
if : matrix.java == 'temurin@8'
36
- uses : actions/setup-java@v4
36
+ uses : actions/setup-java@v5
37
37
with :
38
38
distribution : temurin
39
39
java-version : 8
40
40
cache : sbt
41
41
42
42
- name : Setup Java (temurin@11)
43
43
if : matrix.java == 'temurin@11'
44
- uses : actions/setup-java@v4
44
+ uses : actions/setup-java@v5
45
45
with :
46
46
distribution : temurin
47
47
java-version : 11
48
48
cache : sbt
49
49
50
50
- name : Setup Java (temurin@17)
51
51
if : matrix.java == 'temurin@17'
52
- uses : actions/setup-java@v4
52
+ uses : actions/setup-java@v5
53
53
with :
54
54
distribution : temurin
55
55
java-version : 17
56
56
cache : sbt
57
57
58
58
- name : Setup Java (temurin@21)
59
59
if : matrix.java == 'temurin@21'
60
- uses : actions/setup-java@v4
60
+ uses : actions/setup-java@v5
61
61
with :
62
62
distribution : temurin
63
63
java-version : 21
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.foundweekends.giter8" %% " sbt-giter8" % " 0.17.0" )
2
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.26 .0" )
2
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
You can’t perform that action at this time.
0 commit comments