From a9bcf4cc1025e76adb7f4c8ceec3388e686f99aa Mon Sep 17 00:00:00 2001 From: stCarolas Date: Tue, 4 Feb 2020 18:35:20 +0300 Subject: [PATCH] up version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b474ac..377ace8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Add this step into workflow ``` - name: Set up Maven - uses: stCarolas/setup-maven@v1 + uses: stCarolas/setup-maven@v3 with: maven-version: 3.5.4 ```