Skip to content

Commit 3b75559

Browse files
authored
Update maven.yml
1 parent 00990fc commit 3b75559

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Set up JDK 1.8
20-
uses: actions/setup-java@v1
20+
uses: actions/setup-java@v3
2121
with:
22-
java-version: 1.8
22+
distribution: 'temurin'
23+
java-version: '8'
2324
- name: Build with Maven
2425
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)