Bump versions of actions used by our workflows (#4586)

This commit is contained in:
jack1142
2020-11-09 20:26:49 +01:00
committed by GitHub
parent 91f7f9ebf4
commit 48ec2dfee0
5 changed files with 8 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: ${{ env.ref }}
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: "3.8"
- run: "python -m pip install git+https://github.com/pycqa/pyflakes@1911c20#egg=pyflakes git+https://github.com/pycqa/pycodestyle@d219c68#egg=pycodestyle git+https://gitlab.com/pycqa/flake8@3.7.9#egg=flake8"