Use v2 of checkout action

This commit is contained in:
Sam Partington 2020-06-30 14:11:08 +01:00
parent e0299c3c04
commit 25a0a6baed

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.