Skip to content

Commit

Permalink
Merge pull request #6086 from os-autoinst/check-helm
Browse files Browse the repository at this point in the history
Update Python version in Helm chart checks
  • Loading branch information
mergify[bot] authored Dec 17, 2024
2 parents 5a60b11 + 96b58bf commit 416739e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11

- name: Set up chart-testing
uses: helm/chart-testing-action@v2
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: 3.11

- name: Set up chart-testing
uses: helm/chart-testing-action@v2
Expand Down

0 comments on commit 416739e

Please sign in to comment.