Skip to content

Commit

Permalink
Merge pull request #2 from maxkratz/feature/update-maven-action-v5
Browse files Browse the repository at this point in the history
Updates setup-maven Action to v5
  • Loading branch information
maxkratz authored Feb 8, 2024
2 parents 00958dd + d1ef042 commit ae9716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.6
- name: Build with Maven
Expand Down

0 comments on commit ae9716a

Please sign in to comment.