Skip to content

Commit adbffd0

Browse files
committed
update GHA python dep
1 parent 4fc9e0e commit adbffd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/helm_lint_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: azure/setup-helm@v3
1919
with:
2020
version: v3.9.1
21-
- uses: actions/setup-python@v2
21+
- uses: actions/setup-python@v5
2222
with:
23-
python-version: 3.7
23+
python-version: '3.13'
2424
- uses: azure/[email protected]
2525
id: install
2626
- name: Set up chart-testing

0 commit comments

Comments
 (0)