File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
24
24
name : Code Format
25
25
runs-on : ubuntu-latest
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
- name : jcheckstyle
29
29
run : ./sbt jcheckStyle
30
30
test_jdk21 :
31
31
name : Test JDK21
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
- uses : actions/setup-java@v3
36
36
with :
37
37
distribution : ' zulu'
49
49
name : Test JDK17
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v2
52
+ - uses : actions/checkout@v4
53
53
- uses : actions/setup-java@v3
54
54
with :
55
55
distribution : ' zulu'
67
67
name : Test JDK11
68
68
runs-on : ubuntu-latest
69
69
steps :
70
- - uses : actions/checkout@v2
70
+ - uses : actions/checkout@v4
71
71
- uses : actions/setup-java@v3
72
72
with :
73
73
distribution : ' zulu'
85
85
name : Test JDK8
86
86
runs-on : ubuntu-latest
87
87
steps :
88
- - uses : actions/checkout@v2
88
+ - uses : actions/checkout@v4
89
89
- uses : actions/setup-java@v3
90
90
with :
91
91
distribution : ' zulu'
Original file line number Diff line number Diff line change 11
11
name : Release
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v2
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
fetch-depth : 10000
17
17
# Fetch all tags so that sbt-dynver can find the previous release version
Original file line number Diff line number Diff line change 16
16
name : Publish snapshots
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
20
with :
21
21
fetch-depth : 10000
22
22
# Fetch all tags so that sbt-dynver can find the previous release version
You can’t perform that action at this time.
0 commit comments