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 17
17
name : Publish snapshots
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 10000
23
23
# Fetch all tags so that sbt-dynver can find the previous release version
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
name : code format
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v3
25
25
- name : scalafmt test
26
26
run : ./sbt scalafmtCheckAll
27
27
test :
28
28
name : test jdk11
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v3
32
32
- uses : olafurpg/setup-scala@v10
33
33
with :
34
34
43
43
name : test jdk8
44
44
runs-on : ubuntu-latest
45
45
steps :
46
- - uses : actions/checkout@v2
46
+ - uses : actions/checkout@v3
47
47
- uses : olafurpg/setup-scala@v10
48
48
with :
49
49
58
58
name : test jdk17
59
59
runs-on : ubuntu-latest
60
60
steps :
61
- - uses : actions/checkout@v2
61
+ - uses : actions/checkout@v3
62
62
- uses : olafurpg/setup-scala@v10
63
63
with :
64
64
java-version : 17
You can’t perform that action at this time.
0 commit comments