Skip to content

Commit b45a3e2

Browse files
authored
Update Maven to v3.9.16 (#118)
1 parent 0454fe4 commit b45a3e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
- name: 'Setup Maven'
4141
uses: stCarolas/setup-maven@v5
4242
with:
43-
maven-version: 3.9.13
43+
maven-version: 3.9.16
4444
- name: 'Maven Build'
4545
run: mvn ${{ inputs.goal }} --file ${{ inputs.pom }} --batch-mode -Dmaven.javadoc.skip=${{ inputs.skip-javadoc }} -V --no-transfer-progress
4646
shell: bash

0 commit comments

Comments
 (0)