Merge pull request #92 from github/use-checkout-v2

Use v2 of checkout action
This commit is contained in:
Sam Partington 2020-06-30 14:33:21 +01:00 committed by GitHub
commit c953f77bb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
# Must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head of the pull request.