This repository was archived by the owner on Jun 6, 2024. It is now read-only.
File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 21
21
fetch-depth : 0
22
22
23
23
- name : Set up Java
24
- uses : actions/setup-java@v3.6 .0
24
+ uses : actions/setup-java@v3.9 .0
25
25
with :
26
26
distribution : ' zulu'
27
27
java-version : 11
45
45
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
46
46
47
47
- name : Set up Java
48
- uses : actions/setup-java@v3.6 .0
48
+ uses : actions/setup-java@v3.9 .0
49
49
with :
50
50
distribution : ' zulu'
51
51
java-version : 11
Original file line number Diff line number Diff line change 40
40
fetch-depth : 0
41
41
42
42
- name : Set up Java
43
- uses : actions/setup-java@v3.6 .0
43
+ uses : actions/setup-java@v3.9 .0
44
44
with :
45
45
distribution : ' zulu'
46
46
java-version : 11
64
64
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
65
65
66
66
- name : Set up Java
67
- uses : actions/setup-java@v3.6 .0
67
+ uses : actions/setup-java@v3.9 .0
68
68
with :
69
69
distribution : ' zulu'
70
70
java-version : 11
Original file line number Diff line number Diff line change 18
18
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v3.1 .0
21
+ uses : actions/checkout@v3.2 .0
22
22
with :
23
23
fetch-depth : 0
24
24
29
29
xcode-version : ' 13.4.1'
30
30
31
31
- name : Set up Java
32
- uses : actions/setup-java@v3.6 .0
32
+ uses : actions/setup-java@v3.9 .0
33
33
with :
34
34
distribution : ' zulu'
35
35
java-version : 11
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ jobs:
30
30
31
31
steps :
32
32
- name : Checkout the repo
33
- uses : actions/checkout@v3.1 .0
33
+ uses : actions/checkout@v3.2 .0
34
34
with :
35
35
fetch-depth : 0
36
36
37
37
- name : Set up Java
38
- uses : actions/setup-java@v3.6 .0
38
+ uses : actions/setup-java@v3.9 .0
39
39
with :
40
40
distribution : ' zulu'
41
41
java-version : 11
78
78
fetch-depth : 0
79
79
80
80
- name : Set up Java
81
- uses : actions/setup-java@v3.6 .0
81
+ uses : actions/setup-java@v3.9 .0
82
82
with :
83
83
distribution : ' zulu'
84
84
java-version : 11
Original file line number Diff line number Diff line change 16
16
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
17
17
18
18
- name : Set up Java
19
- uses : actions/setup-java@v3.6 .0
19
+ uses : actions/setup-java@v3.9 .0
20
20
with :
21
21
distribution : ' temurin'
22
22
java-version : 11
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
arrow = " 1.1.3"
3
- arrowGradleConfig = " 0.10.2 "
3
+ arrowGradleConfig = " 0.11.0 "
4
4
coroutines = " 1.6.4"
5
5
dokka = " 1.7.20"
6
6
kotest = " 5.5.4"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ enableFeaturePreview("VERSION_CATALOGS")
4
4
rootProject.name = " Saga"
5
5
6
6
plugins {
7
- id(" com.gradle.enterprise" ) version " 3.11.4 "
7
+ id(" com.gradle.enterprise" ) version " 3.12 "
8
8
}
9
9
10
10
dependencyResolutionManagement {
You can’t perform that action at this time.
0 commit comments