Skip to content

Commit 576188e

Browse files
committed
Bump workflows to 22
1 parent 7b0ff7c commit 576188e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-java@v3
1717
with:
1818
distribution: 'temurin'
19-
java-version: 19
19+
java-version: 22
2020
cache: 'maven'
2121
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2222
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/setup-java@v3
1717
with:
1818
distribution: 'temurin'
19-
java-version: 19
19+
java-version: 22
2020
cache: 'maven'
2121
server-id: ossrh
2222
server-username: MAVEN_USERNAME

.github/workflows/publish-no-dll-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
21-
java-version: 19
21+
java-version: 22
2222
cache: 'maven'
2323
server-id: ossrh
2424
server-username: MAVEN_USERNAME

.github/workflows/publish-nodll-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/setup-java@v3
1919
with:
2020
distribution: 'temurin'
21-
java-version: 19
21+
java-version: 22
2222
cache: 'maven'
2323
gpg-private-key: ${{ secrets.RELEASES_GPG_PRIVATE_KEY }} # Value of the GPG private key to import
2424
gpg-passphrase: MAVEN_GPG_PASSPHRASE # env variable for GPG private key passphrase

0 commit comments

Comments
 (0)