Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: use stable python version
  • Loading branch information
GVengelen authored Dec 16, 2024
commit 262b29fb2e5bed0e498ef41d51262ef8a28cc15c
2 changes: 1 addition & 1 deletion .github/workflows/helm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.14
python-version: 3.13

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