Upgrade to actions/setup-python@v3

Committed via https://github.com/asottile/all-repos
This commit is contained in:
Hugo van Kemenade 2022-03-01 11:48:22 +02:00
parent f28a74791d
commit b726227d5d
3 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: "3.10"
cache: pip