chore(deps): bump actions/setup-python from 2.2.2 to 2.3.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2.2.2 to 2.3.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](dc73133d4d...0066b88440)

---
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]
2021-11-21 03:13:01 +00:00
committed by Arthur Meyre
parent 0fd8da8789
commit 66abd3f024

View File

@@ -192,7 +192,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@dc73133d4da04e56a135ae2246682783cc7c7cb6
uses: actions/setup-python@0066b88440aa9562be742e2c60ee750fc57d8849
with:
python-version: ${{ matrix.python-version }}
# - name: Cache Installation Files