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

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

---
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-04-10 03:10:54 +00:00
committed by Umut
parent cfb912c5ce
commit 09d8aa5aeb

View File

@@ -174,7 +174,7 @@ jobs:
fetch-depth: 0
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
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@9c644ca2ab8e57ea0a487b5ec2f8290740378bfd
uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
with:
python-version: '3.8'