actions updates for node16.js

This commit is contained in:
edoapra 2022-10-11 08:25:14 -07:00
parent 0211495446
commit eab6964526
No known key found for this signature in database
GPG key ID: E6E392F4E14FB937
4 changed files with 8 additions and 8 deletions

View file

@ -8,8 +8,8 @@ jobs:
lint_python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install --upgrade pip wheel
- run: pip install bandit black codespell flake8 flake8-2020 flake8-bugbear
flake8-comprehensions isort mypy pytest pyupgrade safety