Skip to content

Commit 293a530

Browse files
Update maven.yml
1 parent f721c55 commit 293a530

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
@@ -7,11 +7,12 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v4
1111
- name: Set up JDK 11
1212
uses: actions/setup-java@v1
1313
with:
14-
java-version: 11
14+
distribution: 'temurin'
15+
java-version: 17
1516
- name: Cache Maven packages
1617
uses: actions/cache@v1
1718
with:

0 commit comments

Comments
 (0)