Skip to content

Commit e39ca2a

Browse files
Merge pull request #557 from nextcloud/dependabot/github_actions/azure/setup-helm-4
2 parents 97f98c6 + c7c886e commit e39ca2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Install Helm
35-
uses: azure/setup-helm@v3.5
35+
uses: azure/setup-helm@v4
3636
with:
37-
version: v3.11.1
37+
version: v3.14.4
3838

3939
- name: Add dependency chart repos
4040
run: |

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
2929
# See https://github.com/helm/chart-releaser-action/issues/6
3030
- name: Set up Helm
31-
uses: azure/setup-helm@v3.5
31+
uses: azure/setup-helm@v4
3232
with:
33-
version: v3.11.1
33+
version: v3.14.4
3434

3535
- name: Add dependency chart repos
3636
run: |

0 commit comments

Comments
 (0)