version updates for actions/setup-python

This commit is contained in:
edoapra 2023-12-08 11:47:30 -08:00
parent 3b8a55f2ae
commit 8372d48835
No known key found for this signature in database
GPG key ID: 9E6A0B70826967BA

View file

@ -14,8 +14,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12.1'
check-latest: true
python-version: '3.10.13'
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety