Merge pull request #365 from aqlaboratory/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 2 to 4
This commit is contained in:
Jennifer Wei 2023-10-30 14:04:51 -04:00 committed by GitHub
commit 2338b896c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
- run: pip install --upgrade pip
- run: pip install flake8
- run: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics