Merge branch 'stCarolas:master' into proxy-fix

This commit is contained in:
Frederik Nnaji 2022-02-28 12:13:27 +02:00 committed by GitHub
commit 728d3d7f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'