Skip to content

Commit d705466

Browse files
committed
bump release action
1 parent 9c5b5a1 commit d705466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy_to_central.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414
- name: Set up Maven Central Repository
15-
uses: actions/setup-java@v2
15+
uses: actions/setup-java@v4
1616
with:
17-
java-version: "11"
18-
distribution: "adopt"
17+
java-version: "21"
18+
distribution: "temurin"
1919
server-id: ossrh
2020
server-username: MAVEN_USERNAME
2121
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)