Skip to content

Commit ce7c4a6

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | ---------------------------------------- | ------ | ----- | | github-tags | actions/checkout | v4 | v5 | | github-tags | crazy-max/ghaction-import-gpg | v5 | v6 | | gradle-version | gradle | 8.12 | 9.0.0 | | maven | io.github.gradle-nexus:publish-plugin | 1.3.0 | 2.0.0 | | maven | com.gradle.publish:plugin-publish-plugin | 0.21.0 | 1.3.1 |
1 parent b273128 commit ce7c4a6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

.github/workflows/generate-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737

@@ -57,7 +57,7 @@ jobs:
5757

5858
steps:
5959
- name: Checkout
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
with:
6262
fetch-depth: 0
6363
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

@@ -37,7 +37,7 @@ jobs:
3737
arguments: build -x spotlessCheck --scan --stacktrace
3838

3939
- name: Import GPG key
40-
uses: crazy-max/ghaction-import-gpg@v5
40+
uses: crazy-max/ghaction-import-gpg@v6
4141
with:
4242
gpg_private_key: ${{ secrets.SIGNING_KEY }}
4343
passphrase: ${{ secrets.SIGNING_KEY_PASSPHRASE }}

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ arrow = "2.0.0"
44
arrowGradleConfig = "0.11.0"
55
coroutines = "1.10.1"
66
dokka = "2.0.0"
7-
gradlePublish = "0.21.0"
7+
gradlePublish = "1.3.1"
88
javierscSemverGradlePlugin = "0.5.1"
99
kotlin = "2.0.21"
10-
nexusPublish = "1.3.0"
10+
nexusPublish = "2.0.0"
1111
spotless = "7.0.1"
1212

1313
[libraries]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
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
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)