Bump actions/setup-python from 3.1.2 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/98f2ad02fd48d057ee3b4d4f66525b231c3e52b6...d09bd5e6005b175076f227b13d9730d56e9dcfcb)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-06-13 13:28:08 -04:00
committed by Thomas Pantelis
parent f4510d182a
commit b4cb05ee93
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
version: v3.6.0 version: v3.6.0
- name: Set up Python - name: Set up Python
uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 uses: actions/setup-python@d09bd5e6005b175076f227b13d9730d56e9dcfcb
with: with:
python-version: '3.x' python-version: '3.x'