Skip to content

Commit 6c4ce7d

Browse files
committed
GitHub action: Update Java from 17 to 21 and Maven from 3.9.6 to 3.9.7
1 parent 149fcb4 commit 6c4ce7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ jobs:
1616

1717
steps:
1818
- uses: actions/checkout@v2
19-
- name: Set up JDK 17
19+
- name: Set up Java
2020
uses: actions/setup-java@v2
2121
with:
22-
java-version: '17'
22+
java-version: '21'
2323
distribution: 'adopt'
2424
cache: maven
2525
- name: Set up Maven
2626
uses: stCarolas/setup-maven@v5
2727
with:
28-
maven-version: 3.9.6
28+
maven-version: 3.9.7
2929
- name: Mirror old-style update sites
3030
working-directory: ./mirror-non-p2
3131
run: mvn clean verify

0 commit comments

Comments
 (0)