Skip to content

Commit 70643af

Browse files
committed
Upgrade github actions versions.
1 parent ab16d16 commit 70643af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy-snapshot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Set up JDK 1.8
2222
uses: actions/setup-java@v4
2323
with:
24-
java-version: 1.8
24+
java-version: '8'
25+
distribution: 'temurin'
2526
server-id: ossrh
2627
server-username: MAVEN_USERNAME
2728
server-password: MAVEN_CENTRAL_TOKEN

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Set up JDK 1.8
2121
uses: actions/setup-java@v4
2222
with:
23-
java-version: 1.8
23+
java-version: '8'
24+
distribution: 'temurin'
2425
server-id: ossrh
2526
server-username: MAVEN_USERNAME
2627
server-password: MAVEN_CENTRAL_TOKEN

0 commit comments

Comments
 (0)