File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 31
31
32
32
steps :
33
33
- name : Checkout
34
- uses : actions/checkout@v4
34
+ uses : actions/checkout@v5
35
35
with :
36
36
fetch-depth : 0
37
37
57
57
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@v4
60
+ uses : actions/checkout@v5
61
61
with :
62
62
fetch-depth : 0
63
63
token : ${{ secrets.TOKEN_GITHUB_ACTION }}
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v4
24
+ uses : actions/checkout@v5
25
25
with :
26
26
fetch-depth : 0
27
27
37
37
arguments : build -x spotlessCheck --scan --stacktrace
38
38
39
39
- name : Import GPG key
40
- uses : crazy-max/ghaction-import-gpg@v5
40
+ uses : crazy-max/ghaction-import-gpg@v6
41
41
with :
42
42
gpg_private_key : ${{ secrets.SIGNING_KEY }}
43
43
passphrase : ${{ secrets.SIGNING_KEY_PASSPHRASE }}
Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ arrow = "2.0.0"
4
4
arrowGradleConfig = " 0.11.0"
5
5
coroutines = " 1.10.1"
6
6
dokka = " 2.0.0"
7
- gradlePublish = " 0.21.0 "
7
+ gradlePublish = " 1.3.1 "
8
8
javierscSemverGradlePlugin = " 0.5.1"
9
9
kotlin = " 2.0.21"
10
- nexusPublish = " 1.3 .0"
10
+ nexusPublish = " 2.0 .0"
11
11
spotless = " 7.0.1"
12
12
13
13
[libraries ]
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-8.12 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.0.0 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments