From eed613a1e5139bce9a6ad62c4e18f3548689790d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Jo=C5=84ski?= Date: Tue, 31 Aug 2021 14:19:54 +0200 Subject: [PATCH 1/2] Update maven to latest version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 61a382a..c7820ee 100644 --- a/action.yml +++ b/action.yml @@ -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' From 7060d72b50fbf2389a16d6f66a9c7d4d9ece5d36 Mon Sep 17 00:00:00 2001 From: stCarolas Date: Wed, 8 Sep 2021 15:21:21 +0300 Subject: [PATCH 2/2] Update README with new version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 315be83..1728e37 100644 --- a/README.md +++ b/README.md @@ -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 ```