Skip to content

Commit 4364d89

Browse files
committed
fixed workflows
1 parent e86acb5 commit 4364d89

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Install Helm
3333
uses: azure/setup-helm@v3.3
3434
with:
35-
version: v3.5.0
35+
version: v3.19.0
3636
- name: Set up python
3737
uses: actions/setup-python@v6
3838
with:
39-
python-version: 3.7
39+
python-version: 3.13
4040
- name: Setup Chart Linting
4141
id: lint
4242
uses: helm/chart-testing-action@v2.6.1

.github/workflows/test-chart.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
- name: Install Helm
3333
uses: azure/setup-helm@v3.3
3434
with:
35-
version: v3.5.0
35+
version: v3.19.0
3636
- name: Set up python
3737
uses: actions/setup-python@v6
3838
with:
39-
python-version: 3.7
39+
python-version: 3.13
4040
- name: Setup Chart Linting
4141
id: lint
4242
uses: helm/chart-testing-action@v2.6.1

0 commit comments

Comments
 (0)