trying actions/checkout v2

This commit is contained in:
Lex Berezhny 2020-04-13 09:57:59 -04:00
parent 97c0dac876
commit d737b28916

View file

@ -6,7 +6,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: '3.7'