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/c4e89fac7e8767b327bbad6cb4d859eda999cf08...b55428b1882923874294fa556849718a1d7f2ca5)

---
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-08-03 17:16:56 -04:00
committed by Daniel Farrell
parent 2f1cd8d728
commit 414c72fc28
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
version: v3.6.0
- name: Set up Python
uses: actions/setup-python@c4e89fac7e8767b327bbad6cb4d859eda999cf08
uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5
with:
python-version: '3.x'