chore(deps): bump actions/setup-python from 3.0.0 to 3.1.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](0ebf233433...9c644ca2ab)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-04-03 03:08:53 +00:00
committed by Umut
parent 8c0cd3b070
commit a2b3205b6e

View File

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