Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgrigore authored Jul 10, 2024
1 parent 04f5fd3 commit b127f54
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: run tests in java 17
uses: s4u/setup-maven-action@v1.7.0
uses: s4u/setup-maven-action@v1.14.0
with:
java-version: '17'
distribution: 'temurin'
maven-version: 3.9.4
cache: maven
- name: Show maven version
run: mvn --version
- name: Build with Maven
Expand Down

0 comments on commit b127f54

Please sign in to comment.