Skip to content

Commit 5a3b62b

Browse files
committed
Upgrade actions/checkout and actions/setup-java
1 parent 4a7b2e0 commit 5a3b62b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- name: Set up Maven Central
15-
uses: actions/setup-java@v2
15+
uses: actions/setup-java@v4
1616
with:
17-
distribution: 'zulu'
17+
distribution: 'temurin'
1818
java-version: 11
1919
server-id: ossrh
2020
server-username: OSSRH_USERNAME

0 commit comments

Comments
 (0)