Use v2 of actions/checkout

To fix https://github.com/actions/checkout/issues/23#issuecomment-572688577
This commit is contained in:
Hugo van Kemenade 2020-03-31 22:53:35 +03:00 committed by GitHub
parent 92c9961cea
commit 91289f863b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ jobs:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Ubuntu cache
uses: actions/cache@v1