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:
commit
8122973f8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
|
|
@ -37,7 +37,7 @@ jobs:
|
||||||
- {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
|
- {name: Typing, python: '3.10', os: ubuntu-latest, tox: typing}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: ${{ matrix.python }}
|
||||||
cache: 'pip'
|
cache: 'pip'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue