Skip to content

Commit e78fd4e

Browse files
authored
Update lint-test.yaml
bump python
1 parent bee143c commit e78fd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up Python
2222
uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
2323
with:
24-
python-version: 3.x
24+
python-version: 3.13
2525

2626
- name: Set up chart-testing
2727
uses: helm/chart-testing-action@0d28d3144d3a25ea2cc349d6e59901c4ff469b3b # v2.7.0
@@ -47,4 +47,4 @@ jobs:
4747

4848
- name: Run chart-testing (install)
4949
if: steps.list-changed.outputs.changed == 'true'
50-
run: ct install --config ct.yaml
50+
run: ct install --config ct.yaml

0 commit comments

Comments
 (0)