Bump actions/setup-python from v2.1.4 to v2.2.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from v2.1.4 to v2.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2.1.4...8c5ea631b2b2d5d8840cf4a2b183a8a0edc1e40d)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2020-12-18 05:57:57 +00:00
committed by GitHub
parent 4d2b64f4e5
commit afe693ea77

View File

@@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2.1.4
- uses: actions/setup-python@v2.2.0
- name: Install linter
run: |
python -m pip install --upgrade pip