Skip to content

Commit 3fb7862

Browse files
authored
Bump github actions dependencies (#515)
Signed-off-by: Niclas Schad <[email protected]>
1 parent b24a8b6 commit 3fb7862

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/lint-test.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,17 @@ jobs:
1515
- name: Set up Helm
1616
uses: azure/setup-helm@v3
1717
with:
18-
version: v3.4.1
18+
version: v3.12.1
1919

2020
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
2121
# yamllint (https://github.com/adrienverge/yamllint) which require Python
22-
- name: Set up Python
23-
uses: actions/setup-python@v4
22+
- uses: actions/setup-python@v4
2423
with:
25-
python-version: 3.7
24+
python-version: '3.10'
25+
check-latest: true
2626

2727
- name: Set up chart-testing
28-
uses: helm/[email protected]
29-
with:
30-
version: v3.4.0
28+
uses: helm/[email protected]
3129

3230
- name: Run chart-testing (lint)
3331
run: ct lint --config ct.yaml
@@ -38,7 +36,7 @@ jobs:
3836
git diff --exit-code -- README.md
3937
4038
- name: Create kind cluster
41-
uses: helm/kind-action@v1.5.0
39+
uses: helm/kind-action@v1.8.0
4240

4341
- name: Run chart-testing (install)
4442
run: |

0 commit comments

Comments
 (0)