Skip to content

Commit 0d0e8ba

Browse files
committed
fix(lint-test): bump to existing version
1 parent 631d9f8 commit 0d0e8ba

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@v2
2323
with:
24-
python-version: 3.7
24+
python-version: 3.14.2
2525

2626
- name: Set up chart-testing
2727
uses: helm/chart-testing-action@v2.1.0
@@ -42,4 +42,4 @@ jobs:
4242
# if: steps.list-changed.outputs.changed == 'true'
4343

4444
# - name: Run chart-testing (install)
45-
# run: ct install --config ct.yaml
45+
# run: ct install --config ct.yaml

0 commit comments

Comments
 (0)