chore: upgrade to actions/checkout v2

This commit is contained in:
Clare Liguori
2020-01-01 15:07:54 -08:00
parent c2cc6055b3
commit be8d1ecb70
2 changed files with 2 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1.0.0
uses: actions/checkout@v2
- name: Run tests
run: |
npm ci