mirror of
https://github.com/stCarolas/setup-maven.git
synced 2024-11-14 22:08:04 +00:00
Merge branch 'stCarolas:master' into proxy-fix
This commit is contained in:
commit
728d3d7f66
@ -4,7 +4,7 @@ Add this step into workflow
|
||||
|
||||
```
|
||||
- name: Set up Maven
|
||||
uses: stCarolas/setup-maven@v4
|
||||
uses: stCarolas/setup-maven@v4.2
|
||||
with:
|
||||
maven-version: 3.5.4
|
||||
maven-version: 3.8.2
|
||||
```
|
||||
|
@ -4,7 +4,7 @@ author: 'stCarolas'
|
||||
inputs:
|
||||
maven-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '3.5.4'
|
||||
default: '3.8.2'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/setup-maven.js'
|
||||
|
Loading…
Reference in New Issue
Block a user