fix usage example with tag

This commit is contained in:
stCarolas 2019-12-07 16:29:44 +03:00 committed by GitHub
parent 022401cea7
commit a4286b971e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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