CI: Update actions/setup-python to v2

This commit is contained in:
Unrud
2020-07-23 19:11:34 +02:00
parent 1edfb16143
commit ac0cfeabb9
2 changed files with 3 additions and 6 deletions

View File

@@ -8,8 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies