File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
13
13
- name : Set up JDK
14
- uses : actions/setup-java@v3
14
+ uses : actions/setup-java@v4
15
15
with :
16
16
distribution : ' zulu'
17
17
java-version : ' 11'
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : ' 11'
Original file line number Diff line number Diff line change 6
6
name : " Validation"
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v3.3.0
9
+ - uses : actions/checkout@v4.1.1
10
10
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
build :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
15
15
- name : Set up JDK
16
- uses : actions/setup-java@v3
16
+ uses : actions/setup-java@v4
17
17
with :
18
18
distribution : ' zulu'
19
19
java-version : ' 11'
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ object versions {
81
81
}
82
82
83
83
object firebase {
84
- const val bom = " 28.4.2 "
84
+ const val bom = " 32.6.0 "
85
85
}
86
86
87
87
const val arrow = " 1.1.2"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments