diff --git a/README.md b/README.md index 013ccc6..6895b98 100644 --- a/README.md +++ b/README.md @@ -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