Bump actions/setup-python from 4 to 5

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

---
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] 2024-12-18 07:05:22 +00:00 committed by GitHub
parent a1387e6c06
commit 182499e3c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ jobs:
- uses: azure/setup-helm@v3 - uses: azure/setup-helm@v3
with: with:
version: v3.10.0 version: v3.10.0
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: 3.11 python-version: 3.11
check-latest: true check-latest: true
@ -58,7 +58,7 @@ jobs:
setup-tools: | setup-tools: |
helmv3 helmv3
helm: "3.10.3" helm: "3.10.3"
- uses: actions/setup-python@v4 - uses: actions/setup-python@v5
with: with:
python-version: "3.10" python-version: "3.10"
- name: Set up chart-testing - name: Set up chart-testing