Bump actions/setup-python from 4.6.1 to 5.0.0 (#41)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.6.1...v5.0.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-02-22 09:23:00 +08:00
committed by GitHub
parent 622ec310cc
commit 1e4f1ffddf

View File

@@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5.0.0
with:
python-version: "3.10"