github-actions: bump actions/setup-python from 1 to 4 (#8424)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v1...v4)

---
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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-11-21 22:44:07 -08:00
committed by GitHub
parent c8ff3ba445
commit d3b3a0b5ef
+3 -3
View File
@@ -53,7 +53,7 @@ jobs:
with:
go-version: '1.14'
- name: Set up Python 3.6
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.6
- name: Bootstrap
@@ -93,7 +93,7 @@ jobs:
with:
go-version: '1.14'
- name: Set up Python 3.6
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.6
- name: Bootstrap
@@ -151,7 +151,7 @@ jobs:
with:
go-version: '1.14'
- name: Set up Python 3.6
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.6
- name: Bootstrap