File tree Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Expand file tree Collapse file tree 7 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
14
14
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
with :
19
19
fetch-depth : 0
20
20
21
21
- name : Set up Java
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@v4
23
23
with :
24
24
distribution : ' temurin'
25
25
java-version : ' 17'
@@ -38,13 +38,13 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout
41
- uses : actions/checkout@v3
41
+ uses : actions/checkout@v4
42
42
with :
43
43
fetch-depth : 0
44
44
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
45
45
46
46
- name : Set up Java
47
- uses : actions/setup-java@v3
47
+ uses : actions/setup-java@v4
48
48
with :
49
49
distribution : ' temurin'
50
50
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ jobs:
35
35
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
39
39
with :
40
40
fetch-depth : 0
41
41
42
42
- name : Set up Java
43
- uses : actions/setup-java@v3
43
+ uses : actions/setup-java@v4
44
44
with :
45
45
distribution : ' temurin'
46
46
java-version : ' 17'
@@ -59,13 +59,13 @@ jobs:
59
59
60
60
steps :
61
61
- name : Checkout
62
- uses : actions/checkout@v3
62
+ uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 0
65
65
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
66
66
67
67
- name : Set up Java
68
- uses : actions/setup-java@v3
68
+ uses : actions/setup-java@v4
69
69
with :
70
70
distribution : ' temurin'
71
71
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ jobs:
32
32
analysis-version : ${{ steps.get-analysis-version.outputs.analysis-version }}
33
33
34
34
steps :
35
- - uses : actions/checkout@v3
35
+ - uses : actions/checkout@v4
36
36
with :
37
37
fetch-depth : 0
38
38
39
- - uses : actions/setup-java@v3
39
+ - uses : actions/setup-java@v4
40
40
with :
41
41
distribution : ' temurin'
42
42
java-version : ' 17'
53
53
echo "::set-output name=analysis-version::$(head -n 1 build/semver/version.txt)"
54
54
55
55
- name : Upload reports
56
- uses : actions/upload-artifact@v3
56
+ uses : actions/upload-artifact@v4
57
57
with :
58
58
name : ' reports-${{ matrix.os }}'
59
59
path : ' **/build/reports/**'
@@ -74,12 +74,12 @@ jobs:
74
74
publish :
75
75
needs : build
76
76
77
- runs-on : macos-11
77
+ runs-on : macos-14
78
78
79
79
steps :
80
- - uses : actions/checkout@v3
80
+ - uses : actions/checkout@v4
81
81
82
- - uses : actions/setup-java@v3
82
+ - uses : actions/setup-java@v4
83
83
with :
84
84
distribution : ' temurin'
85
85
java-version : ' 17'
@@ -107,9 +107,9 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
109
109
steps :
110
- - uses : actions/checkout@v3
110
+ - uses : actions/checkout@v4
111
111
112
- - uses : actions/setup-java@v3
112
+ - uses : actions/setup-java@v4
113
113
with :
114
114
distribution : ' temurin'
115
115
java-version : ' 17'
Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
jvm_target : [ '1.8', '11', '17' ]
18
18
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
24
- - uses : actions/setup-java@v3
24
+ - uses : actions/setup-java@v4
25
25
with :
26
26
distribution : ' temurin'
27
27
java-version : ' 17'
32
32
arguments : -PjvmTargetVersion=${{ matrix.jvm_target }} build --scan --stacktrace -x apiCheck
33
33
34
34
- name : Upload reports
35
- uses : actions/upload-artifact@v3
35
+ uses : actions/upload-artifact@v4
36
36
with :
37
37
name : ' reports-${{ matrix.os }}'
38
38
path : ' **/build/reports/**'
42
42
timeout-minutes : 20
43
43
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
with :
47
47
fetch-depth : 0
48
48
55
55
run : ./gradlew --stop
56
56
57
57
- name : " Commit new API files"
58
- uses : stefanzweifel/git-auto-commit-action@v4
58
+ uses : stefanzweifel/git-auto-commit-action@v5
59
59
with :
60
60
commit_message : Update API files
61
61
file_pattern : /**/api/*.api
64
64
runs-on : ubuntu-latest
65
65
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
69
69
- name : " Create API Doc and validate, step 1"
70
70
run : ./gradlew buildMetaDoc
Original file line number Diff line number Diff line change 23
23
< link rel ="shortcut icon " href ="{{ '/img/favicon-analysis.png' | relative_url }} ">
24
24
25
25
<!-- Font Awesome -->
26
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0 /css/font-awesome.css " rel ="stylesheet " type ="text/css ">
26
+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2 /css/font-awesome.css " rel ="stylesheet " type ="text/css ">
27
27
28
28
< script src ="https://unpkg.com/arrow-playground@1 " data-selector ="[class^='language-kotlin'] "> </ script >
29
29
<!-- Site main css -->
Original file line number Diff line number Diff line change 23
23
< link rel ="shortcut icon " href ="{{ '/img/favicon.png' | relative_url }} ">
24
24
25
25
<!-- Font Awesome -->
26
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0 /css/font-awesome.css " rel ="stylesheet " type ="text/css ">
26
+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2 /css/font-awesome.css " rel ="stylesheet " type ="text/css ">
27
27
28
28
< script src ="https://unpkg.com/arrow-playground@1 " data-selector ="[class^='language-kotlin'] "> </ script >
29
29
<!-- Site main css -->
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ dokka = "1.8.10"
7
7
intellijOpenApi = " 7.0.3"
8
8
javaAssist = " 3.29.2-GA"
9
9
junit = " 5.9.2"
10
- kotlin = " 1.9.21 "
10
+ kotlin = " 2.0.0 "
11
11
kotlinCompileTesting = " 0.4.0"
12
12
javaCompileTesting = " 0.21.0"
13
13
kotlinBinaryCompatibilityValidator = " 0.13.0"
14
14
detekt = " 1.22.0"
15
- ksp = " 1.9.21 -1.0.15 "
15
+ ksp = " 2.0.0 -1.0.22 "
16
16
17
17
[libraries ]
18
18
arrowCore = { module = " io.arrow-kt:arrow-core" , version.ref = " arrow" }
You can’t perform that action at this time.
0 commit comments