Skip to content

Commit 6b562b4

Browse files
committed
Bump lint actions helm, python to make it work again
1 parent 73c3896 commit 6b562b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
- name: Set up Helm
1515
uses: azure/setup-helm@v4
1616
with:
17-
version: v3.4.0
17+
version: v3.19.0
1818

1919
- uses: actions/setup-python@v6
2020
with:
21-
python-version: 3.7
21+
python-version: 3.12
2222

2323
- name: Set up chart-testing
24-
uses: helm/chart-testing-action@v2.7.0
24+
uses: helm/chart-testing-action@v2.8
2525

2626
- name: Run chart-testing (list-changed)
2727
id: list-changed

0 commit comments

Comments
 (0)