chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](f382193329...7f80679172)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-02-06 03:12:10 +00:00
committed by Umut
parent 8fc9c5535d
commit a1d39abae3

View File

@@ -174,7 +174,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: ${{ matrix.python_version }}
@@ -404,7 +404,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: ${{ matrix.python_version }}
@@ -430,7 +430,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- name: Set up Python 3.8
uses: actions/setup-python@f38219332975fe8f9c04cca981d674bf22aea1d3
uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a
with:
python-version: '3.8'