Bump actions/setup-python from 1 to 2.3.1

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 2.3.1.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v2.3.1)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-12-12 09:49:40 +00:00 committed by Martin Donath
parent cdaf0305b5
commit 745658d416
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python runtime
uses: actions/setup-python@v1
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ env.PYTHON_VERSION }}

View File

@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v2
- name: Set up Python runtime
uses: actions/setup-python@v1
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ env.PYTHON_VERSION }}