Update README.md

Change checkout action to v2
This commit is contained in:
Luciano Lima 2020-06-08 11:39:36 -03:00 committed by GitHub
parent 4965e1a0f0
commit 4ac8b9d200
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
with:
cmd: install # will run `yarn install` command