Merge pull request #4473 from pallets/dependabot/github_actions/actions/setup-python-3

Bump actions/setup-python from 2 to 3
This commit is contained in:
David Lord 2022-03-01 08:49:14 -08:00 committed by GitHub
commit 8122973f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ jobs:
- {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
cache: 'pip'