chore(deps): update actions/checkout action to v2 (#274)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Marc Cataford <c.marcandre@gmail.com>
This commit is contained in:
renovate[bot] 2021-06-05 10:58:26 -04:00 committed by GitHub
parent 5b34811a79
commit 6817fe9783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ jobs:
needs: [build, lint, test]
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Node setup
uses: actions/setup-node@v2
with: