Skip to content

Commit

Permalink
Update Python version in Helm chart checks
Browse files Browse the repository at this point in the history
  • Loading branch information
baierjan committed Dec 17, 2024
1 parent 5a60b11 commit 96b58bf
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 96b58bf

Please sign in to comment.