GitHub Actions upgrade to actions/checkout@v2

This commit is contained in:
Christian Clauss 2020-10-14 15:49:37 +02:00 committed by GitHub
parent 29dac8a188
commit f1401fb470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1