Skip to content

Commit

Permalink
python version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samdulam authored Dec 20, 2024
1 parent dbd0fa7 commit 12b8ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-push-lint-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# python is a requirement for the chart-testing action below (supports yamllint among other tests)
- uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.13.1

- name: Set up chart-testing
uses: helm/[email protected]
Expand Down

0 comments on commit 12b8ff1

Please sign in to comment.