Skip to content
This repository was archived by the owner on Apr 2, 2024. It is now read-only.

Commit c9a4e9a

Browse files
renovate[bot]paulfantom
authored andcommitted
Update github actions
1 parent d1912cb commit c9a4e9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/helm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up Helm
36-
uses: azure/setup-helm@v2.1
36+
uses: azure/setup-helm@v3.0
3737
with:
3838
version: ${{ env.helm-version }}
3939

4040
# Python is required because `ct lint` runs Yamale (https://github.com/23andMe/Yamale) and
4141
# yamllint (https://github.com/adrienverge/yamllint) which require Python
4242
- name: Set up Python
43-
uses: actions/setup-python@v3
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: 3.7
4646

@@ -98,7 +98,7 @@ jobs:
9898
fetch-depth: 0
9999

100100
- name: Set up Helm
101-
uses: azure/setup-helm@v2.1
101+
uses: azure/setup-helm@v3.0
102102
with:
103103
version: ${{ env.helm-version }}
104104

0 commit comments

Comments
 (0)