build(deps): bump actions/setup-python from 4.1.0 to 4.2.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.1.0 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.1.0...v4.2.0)

---
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-10-05 01:42:19 +00:00
parent 67b74be5a3
commit 093dd37166

View File

@@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3.0.2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.1.0
uses: actions/setup-python@v4.2.0
with:
python-version: ${{ matrix.python }}