Skip to content

Commit f71cbe3

Browse files
committed
ci: 💚 Pythonバージョンの指定を元に戻した
1 parent 062a2e1 commit f71cbe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# yamllint (https://github.com/adrienverge/yamllint) which require Python
2424
- uses: actions/setup-python@v6
2525
with:
26-
python-version: "3.13"
26+
python-version: "3.x"
2727

2828
- name: Set up chart-testing
2929
uses: helm/chart-testing-action@v2.8.0

0 commit comments

Comments
 (0)