Update actions/checkout action to v2

This commit is contained in:
Renovate Bot 2020-10-20 16:04:56 +00:00
parent 75e68ce5b7
commit 1f8df12a7c
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.head_ref, 'renovate/'))
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: yarn
- run: yarn test:ci