Update README with new version

This commit is contained in:
stCarolas
2021-09-08 15:21:21 +03:00
committed by GitHub
parent 5f0391e280
commit 7060d72b50

View File

@@ -4,7 +4,7 @@ Add this step into workflow
``` ```
- name: Set up Maven - name: Set up Maven
uses: stCarolas/setup-maven@v4 uses: stCarolas/setup-maven@v4.2
with: with:
maven-version: 3.5.4 maven-version: 3.8.2
``` ```