Skip to content

Commit db5d1b8

Browse files
chore(deps): update azure/setup-helm action to v5 (#604)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4df6f81 commit db5d1b8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Set up Helm
16-
uses: azure/setup-helm@v4
16+
uses: azure/setup-helm@v5
1717
with:
1818
version: v3.12.1
1919

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3232
3333
- name: Install Helm
34-
uses: azure/setup-helm@v4
34+
uses: azure/setup-helm@v5
3535
with:
3636
version: v3.12.1
3737

0 commit comments

Comments
 (0)