build(deps): bump actions/setup-python from 4.1.0 to 5.1.0 (#632)

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-05-05 14:11:27 -05:00
committed by GitHub
parent ef87bdb335
commit ae3539a979
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ jobs:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"

View File

@@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 2
- name: Set up Python
uses: actions/setup-python@v4.2.0
uses: actions/setup-python@v5.1.0
with:
python-version: "3.10"