Skip to content

Commit

Permalink
ci: bump python version for helm workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yorugac committed Dec 15, 2024
1 parent 39ac870 commit f299757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/helm-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- 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
2 changes: 1 addition & 1 deletion .github/workflows/helm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- 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 f299757

Please sign in to comment.