1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

CI: Update actions/setup-python to v2

This commit is contained in:
Unrud 2020-07-23 19:11:34 +02:00
parent 07167169b7
commit f2fe16f0a2

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