3 Commits
v4.1 ... v4.2

Author SHA1 Message Date
stCarolas
7060d72b50 Update README with new version 2021-09-08 15:21:21 +03:00
stCarolas
5f0391e280 Merge pull request #15 from sta-szek/patch-1
Update maven to latest version
2021-09-08 15:20:30 +03:00
Piotr Joński
eed613a1e5 Update maven to latest version 2021-08-31 14:19:54 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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
```

View File

@@ -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'