Skip to content

Commit

Permalink
Surefire and Maven updates
Browse files Browse the repository at this point in the history
- use setup-maven-action
  • Loading branch information
asturio committed Jan 8, 2024
1 parent 82424d2 commit fa1ebd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ jobs:
java: [ 11, 17, 21 ]
name: Java ${{matrix.java}}
steps:
- uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v4
- uses: actions/checkout@v4.1.1
- name: Setup java/maven
uses: s4u/setup-[email protected]
with:
distribution: temurin
java-distribution: temurin
java-version: ${{matrix.java}}
cache: maven
maven-version: 3.9.5
- name: Check locales
run: locale -a; locale
- name: Check maven version
Expand Down

0 comments on commit fa1ebd3

Please sign in to comment.