Bump actions/setup-python from 2 to 5 (#7)

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-02-20 23:07:30 +01:00
committed by GitHub
parent 3f1d269d51
commit f4c9b10762
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
sudo apt install -yq --no-install-recommends g++-multilib
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
- name: Checkout
uses: actions/checkout@v4