Skip to content

Commit 7d27c6c

Browse files
chore(deps): updated azure/setup-helm action to v4. (#297)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3adafc6 commit 7d27c6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
echo "$HOME/.cargo/bin" >> "$GITHUB_PATH"
2828
2929
- name: Install Helm
30-
uses: azure/setup-helm@v3
30+
uses: azure/setup-helm@v4
3131
with:
3232
version: ${{ env.HELM_VERSION }}
3333

.github/workflows/helm-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v5
1919

2020
- name: Install Helm
21-
uses: azure/setup-helm@v3
21+
uses: azure/setup-helm@v4
2222
with:
2323
version: ${{ env.HELM_VERSION }}
2424

0 commit comments

Comments
 (0)